How will I insert a line "abcdef" at every 100th line of a file?
Answer Posted / pix
sed '100iABCDEF' file1
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the conditional statement in shell scripting?
What is a shell in operating system?
Why are there shells on the beach?
How do I run a .sh file?
Why is shell scripting important?
How to print all the arguments provided to the script?
What is the first line of a shell script called?
How will you pass and access arguments to a script in linux?
How will you find the 99th line of a file using only tail and head command?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
Why is used in shell scripting?
Is shell scripting easy to learn?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What happens when you type ls?
How do I run a .sh file on mac?