sh tag

193 questions


1 answers
87 views
0
Shell Script OR Operator Questions

service ssh status > /dev/null || sudo service ssh startA script that runs the SSH service on the Linux cli.The middle || operator is OR, right?How does it work if the || operator is inserted betwe...

2 years ago

1 answers
111 views
0
Array - push is not a function (javascript)

var name = ['a', 'b', 'c']; name.push('d'); There was an error doing this.name.push is not a functionHowever, there was no problem because the variable name was changed from name to a as follows. var ...

2 years ago

1 answers
80 views
0
How do I get a Bash Shell Enter?

I want to end the program when I receive the enter with the read command I looked it up on the internet, and they got an entry with . But I keep getting errors when I try it Can you tell me what the p...

2 years ago
« - 20 -

© 2024 OneMinuteCode. All rights reserved.