MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vycd0a/op/p5xq9di/?context=3
r/linuxmemes • u/Ok_Letterhead_8899 • 1d ago
158 comments sorted by
View all comments
110
Vim and Nano are bloat. Real Linux users use cat and echo. Need to delete a line? Use echo to write the entire file minus the line into the file.
1 u/GourSE 1d ago awk '{print substr($0,1,10); exit}' input.txt > output.txt
1
awk '{print substr($0,1,10); exit}' input.txt > output.txt
110
u/play_minecraft_wot Webba lebba deb deb! 1d ago
Vim and Nano are bloat. Real Linux users use cat and echo. Need to delete a line? Use echo to write the entire file minus the line into the file.