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.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a variable and value?
How shell works?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How does ls command work?
What does $1 mean in bash?
What is shift command in shell script?
Why we are writting shell scripts? Plz if possible explain it briefly.
What is shell environment?
What is subshell?
write a shell script to check whether all the directories in the path exist has read and write permission
Create 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"