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 fire a process in the background?
How do you find out your own username?
How do you find out about all running processes?
How do you do Boolean logic operators in shell scripting?
How does a case statement look in shell scripts?
How do you refer to the arguments passed to a shell script?
How do you find out what’s your shell?
How do you write a for loop in shell?
How do you do number comparison in shell scripts?
How do you search for a string inside a given file?
How do you stop a process?
How do you find out the number of arguments passed to the shell script?