How will I insert a line "abcdef" at every 100th line of a file?
Answer Posted / aayan
sed '1~100iabcdef' filename.txt
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How can the contents of a file inside jar be read without extracting in a shell script?
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 syntax of while loop in shell scripting?
What is batch file programming?
What is shell chemistry?
How are shells born?
Explain about the slow execution speed of shells?
Explain about gui scripting?
How can I send a mail with a compressed file as an attachment?
Why are there shells on the beach?
Explain about "s" permission bit in a file?
What is the difference between scripting and coding?
write a shell script to check the failed jobs?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How to write a function?