What are the advantages of using shell scripts?
No Answer is Posted For this Question
Be the First to Post Answer
How will I insert a line "abcdef" at every 100th line of a file?
Explain about stdin, stdout and stderr?
Given a file find the count of lines containing the word "abc".
Can we run shell script in windows?
What are the disadvantages of shell scripting?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
What is meant by dos operating system?
How to modify the PATH variable and make it executable?
How will you find the 99th line of a file using only tail and head command?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is the equivalent of a file shortcut that we have a window on a linux system?
How do scripts work?