Give some situations where typing error can destroy a program?
No Answer is Posted For this Question
Be the First to Post Answer
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is the need of including script interpreter in your shell script?
Is bash an operating system?
What is path variable bash?
What lives in a shell?
How to pass an argument to a script?
What is MUTEX?
What is a command line shell?
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"
What is the conditional statement in shell scripting?
How can I send a mail with a compressed file as an attachment?
How will I insert a line "abcdef" at every 100th line of a file?