When should shell programming/scripting not be used?
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.
Write down the syntax for all the loops in shell scripting.
How will you list only the empty lines in a file (using grep)?
What will happen to my current process when I execute a command using exec?
What is awk script?
What is subshell?
How do you create a shortcut in linux?
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 ?
How do I run a .sh file?
How will you copy a file from one machine to other?
What does debug script mean?
What is a scripting language simple definition?