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 do Boolean logic operators in shell scripting?
How do you find out about all running processes?
How do you stop all the processes, except the shell window?
What’s the conditional statement in shell scripting?
How do you search for a string inside a given file?
How do you find out what’s your shell?
I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.
How do you write a while loop in shell?
How do you define a function in a shell script?
How does a case statement look in shell scripts?
How do you search for a string in a directory with the subdirectories recursed?
How do you remove recursively?