write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
3 17129How to add some content in any file at some desired location without using VI or some other editor in UNIX
2 4848Using 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.
2521Using 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.
2707write 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.
2823How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
1 5826write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
4183How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
1 3445Post New Shell Script Questions
How do I open a jshell in cmd?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is the use of echo in shell script?
Is powershell a bash?
Where are cowrie shells found?
How do I debug a shell script?
What does echo mean in scripting?
What is the default ubuntu terminal?
How do I run a shell script in powershell?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What does path stand for?
What is the first line of a shell script called?
What is bash used for?
What can scripts do?
Give some situations where typing error can destroy a program?