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 15263Create 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 11180how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
4 9641How 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 10816Post New Shell Script Questions
What is sed in shell script?
What is the difference between grep and egrep?
What is bash used for?
What is the use of echo in shell script?
Is bash an operating system?
How do I run a shell script in powershell?
What does chmod do?
What is a program shell?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
c program to display the information of given file similar to givan by the unix or linux command ls -l
Can shell script run on windows?
What does $@ mean in shell?
What is shell prompt?
What is @echo off?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?