Horje
tail file first 100 lines linux Code Example
tail file first 100 lines linux
#view data file and create new file (linux) 
tail -100 note.txt
head -100 note.txt
tail -100 note.txt > note_last_100_line.txt
head -100 note.txt > note_first_100_line.txt




Shell

Related
bash find touch Code Example bash find touch Code Example
install gulp global Code Example install gulp global Code Example
arch linux create windows bootable usb Code Example arch linux create windows bootable usb Code Example
git checkout next commit Code Example git checkout next commit Code Example
E: Package 'tesseract-ocr-dev' has no installation candidate Code Example E: Package 'tesseract-ocr-dev' has no installation candidate Code Example

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