TheBeArsenal
Home
Blog
About
Log In
Linux | Technical Handbook
Insert text into the beginning of a file in Linux.
Solution
sed -i '1s/^/abcde /' filename
The Elite List
Git
Linux
Python
SQL
Java
Golang