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 language is used in terminal?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How to pass an argument to a script?
What are the advantages of shell scripting?
What is meant by $1 in shell script?
What are the disadvantages of shell scripting?
determine the output of the following command: echo ${new:-variable}
Why are shell scripts used?
How to calculate the number of passed arguments?
What is basename in shell script?
What is the conditional statement in shell scripting?
What is path variable bash?
What is a command line shell?
What is the lifespan of a variable inside a shell script?
What shell is bin sh?