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
How do I stop script errors?
write a shell program to check wheather a given string is pallindrome or not?
What is another name for a bash shell script that you might see?
What is "test"? How it is used in shell scripting?
What does $@ mean bash?
State the advantages of shell scripting?
What are the different communication commands available in the shell?
What does $1 mean in bash?
What is the use of script interpreter in shell scripting?
Explain about echo command?
What are different types of shell?
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.