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 |
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 do number comparison in shell scripts?
How do you search for a string in a directory with the subdirectories recursed?
What’s the command to find out today’s date?
How do you define a function in a shell script?
What’s the conditional statement in shell scripting?
How do you stop all the processes, except the shell window?
How do you read keyboard input in shell scripts?
How do you count words, lines and characters in a file?
What’s the command to find out users on the system?
How do you write a while loop in shell?
How do you search for a string inside a given file?