How do you do number comparison in shell scripts?
How do you count words, lines and characters in a file?
What’s the command to find out today’s date?
How do you remove a file?
How do you do Boolean logic operators in shell scripting?
What’s the conditional statement in shell scripting?
What’s a way to do multilevel if-else’s in shell scripting?
How do you write a for loop in shell?
How do you remove recursively?
How do you test for file properties in shell scripts?
How do you search for a string in a directory with the subdirectories recursed?
How do you read keyboard input in shell scripts?
How do you refer to the arguments passed to a shell script?