What are the different commands available to check the disk usage?
No Answer is Posted For this Question
Be the First to Post Answer
what do u mean by $#,$* in unix programming?
What is sudo command?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
What are types of shells?
What are the different types of commonly used shells on a typical linux system?
Is powershell a bash?
How will I insert a line "abcdef" at every 100th line of a file?
What is a program shell?
Can shell script run on windows?
How do I debug a shell script?
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 does it mean to debug a script?