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"
6 15047Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
5 10984how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
4 9475How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
3 10702Post New Shell Script Questions
What is the default ubuntu terminal?
How do I open the shell in cmd?
What are types of shells?
Is shell scripting a programming language?
What does chmod do?
How to debug the problems encountered in the shell script/program?
What is a shell? · Types of shell · what is shell scripting?
What does $$ mean in shell script?
Explain about debugging?
determine the output of the following command: echo ${new:-variable}
is this growing field and what is average package in this?
How do I run a script on mac?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is batch file programming?
How to print pid of the current shell?