How can I use the sed
command (in Linux) to find the 1000th line in a file with 10000 lines and replace just that one line with another?
Thanks in advance!
How can I use the sed
command (in Linux) to find the 1000th line in a file with 10000 lines and replace just that one line with another?
Thanks in advance!