Adding Text to First and Last Line of File in Linux
Hi everyone, Let’s assume that you have many files to that you wanted to add some text to the first line or end line. If you are a Linux user, this is easy to do. I am using sed and tee commands to add something to the file. Firstly, I would like to...
Jan 11, 20232 min read1.6K
