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

Post New Answer

More Shell Script Interview Questions

Which shell is the best?

0 Answers  


Write down the syntax for all the loops in shell scripting.

0 Answers  


How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?

4 Answers  


What is the command to find out users on the system?

0 Answers  


What are the different communication commands available in the shell?

0 Answers  


What are the advantages of shell script?

0 Answers  


How to handle the delimiter unit seperator in Unix

2 Answers  


How do I run a .sh file?

0 Answers  


Why are there shells on the beach?

0 Answers  


What is the difference between a variable and value?

7 Answers   Sun Microsystems,


Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


What is an sh file?

0 Answers  


Categories