What is the best scripting language?
No Answer is Posted For this Question
Be the First to Post Answer
How can I set the default rwx permission to all users on every file which is created in the current shell?
what are command line arguments? what is the need of those?
Calculate a real number calculation directly from the terminal and not any shell script.
Explain about login shell?
What is batch file programming?
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
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What language is bash?
How to know that your remote server is ruing smoothly or not in unix?
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"
Why is shell scripting important?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"