Horje
bash remove first line Code Example
How can I remove the first line of a text file using bash/sed script?
tail -n +2 "$FILE"
bash remove first line
tail -n +2 "$FILE"




Shell

Related
insert text before cursor in vi Code Example insert text before cursor in vi Code Example
history terminal commad getting limited Code Example history terminal commad getting limited Code Example
flutter run Code Example flutter run Code Example
sftp list remote directory Code Example sftp list remote directory Code Example
install openzeppline Code Example install openzeppline Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11