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
Where is bash history?
Explain about "s" permission bit in a file?
What command needs to be used to take the backup?
What is k shell?
What language is shell scripting?
What is a scripting language simple definition?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is the default shell of solaris?
How do I run a script on mac?
Why is a script important?
How to get the last line from a file using just the terminal?
Is shell a part of kernel?
How does ls command work?
How do you debug a script?
Is shell and terminal the same?