Tuesday, May 9, 2017

[Linux] How to delete/remove the first line of a file

tail -n +2 file.txt > file.stdout



for more: https://unix.stackexchange.com/questions/96226/delete-first-line-of-a-file

No comments:

Post a Comment