What is path variable bash?
No Answer is Posted For this Question
Be the First to Post Answer
what is "umask"?
How do scripts work?
How would you replace the n character in a file with some xyz?
How do you find out What is your shell?
What is computer cli?
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
Why is a script important?
What is bourne shell scripting?
What are the different types of shell scripting?
Can you write a script to portray how set –x works?
When you login to a c shell, which script would be run first?
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"