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 bash eval?
Explore about environment variables?
How can you find out how long the system has been running?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What are types of shells?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is shell prompt?
How do I debug a shell script?
What is the first line of a shell script called?
Is powershell a bash?
What is the use of break command?
How does path variable work?
What is a command line shell?
What is bash command used for?