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 find out what’s your shell?
What are PIDs?
How do you find out about all running processes?
How do you fire a process in the background?
How do you remove recursively?
How do you search for a string in a directory with the subdirectories recursed?
How do you read keyboard input in shell scripts?
What’s the command to find out users on the system?
How do you list currently running process?
How do you write a for loop in shell?
How do you define a function in a shell script?
How do you do number comparison in shell scripts?