Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git link on local project 
Shell :: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-pty-prebuilt@0.7.6 install: `prebuild-install || node scripts/install.js` 
Shell :: checkout a pr locally 
Shell :: ls -la sort time file 
Shell :: remove a folder in linux command 
Shell :: docker based setup 
Shell :: install graphene 
Shell :: how to remove git config property 
Shell :: new repository 
Shell :: scaffold key 
Shell :: use rebase in git command 
Shell :: zsh wait for user input 
Shell :: how to set your github url ater cloning a repository 
Shell :: linux bash assign variable 
Shell :: check last 5 commit git on branch 
Shell :: how to create a github repo 
Shell :: wireguard turn on 
Shell :: installing mysql on aws using putty terminal 
Shell :: change folder permission show git 
Shell :: how to highlight code in github editor 
Shell :: Create alias for git push 
Shell :: webdev: command not found 
Shell :: batch set from file 
Shell :: how to install npm packages 
Shell :: failed to execute child process gnome-software no such file 
Shell :: powershell function resize image 
Shell :: powershell show first few lines of command 
Shell :: regex in batch file 
Shell :: how to use https in npm install instead of ssh 
Shell :: interact with docker container shell 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =