How do you do Boolean logic operators in shell scripting?
Answer / chaitanya
! tests for logical not, -a tests for logical and, and -o tests for logical or.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you search for a string in a directory with the subdirectories recursed?
What’s a way to do multilevel if-else’s in shell scripting?
How does a case statement look in shell scripts?
How do you remove recursively?
How do you count words, lines and characters in a file?
How do you stop all the processes, except the shell window?
How do you define a function in a shell script?
How do you refer to the arguments passed to a shell script?
How do you find out about all running processes?
What’s the command to find out users on the system?
How do you stop a process?
How do you find out what’s your shell?