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.
how will you find the total disk space used by a specific user?
What is use of "cut" command?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
Is bash an operating system?
How do you debug a script?
What is $1 in shell scripting?
What is the command to find out users on the system?
How to get the first line from a file using just the terminal?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
Explain about debugging?
How do I open a jshell in cmd?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.