Print the 10th line without using tail and head command.
How can you find out how long the system has been running?
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
Calculate a real number calculation directly from the terminal and not any shell script.
Tell something about the super block in shell scripting?
How to print the first array element?
How to debug the problems encountered in the shell script/program?
What does $0 mean in shell script?
What are script files?
What is "test"? How it is used in shell scripting?
How to find all the files modified in less than 3 days and save the record in a text file?
Please give me example of " at command , contrab command " how to use
What is echo in shell?