How will I insert a line "abcdef" at every 100th line of a file?
Answers were Sorted based on User's Feedback
Which shell is the best?
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.
What is meant by dos operating system?
What are scripts in psychology?
How do you schedule a command to run at 4:00 every morning?
Explain about stdin, stdout and stderr?
How Connect to a Database in Shell Programming?
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.
What is the first line in every perl script called?
How do I edit a .sh file?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
What is a shell environment?