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 does $@ mean in shell?
how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example
How does ls command work?
What language is bash?
Why are there shells on the beach?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
What is awk in shell scripting?
What is the use of .sh file?
What is the difference between break and continue commands?
What is a boot block?
Why do we use shell scripting?