write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
3 17021How to add some content in any file at some desired location without using VI or some other editor in UNIX
2 4765Using 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.
2475Using 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.
2668write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
2782How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
1 5690write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
4132How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
1 3372Post New Shell Script Questions
What is shell environment?
Why do we use shell scripting?
Explain about sourcing commands?
Explain about non-login shell files?
What is awk script?
What are the various stages of a linux process it passes through?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What are the disadvantages of shell scripting?
What is the meaning of $1 in shell script?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What is the difference between grep and egrep?
Write a shell script to get current date, time, user name and current working directory.
What does the sh command do?
What are filters explain sort with all the options available?
What is the use of .sh file?