Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tail -f linux last 100 lines

tail -f file # Opens file at the end
# Ctrl + "C" to exit
tail -n 10 file # Outputs in terminal last 10 file lines
tail -n +10 file # Outputs file content since 10th line
Comment

PREVIOUS NEXT
Code Example
Shell :: sed add word to end of line 
Shell :: sudo apt-get ignore warning 
Shell :: ls bs date 
Shell :: pacman remove package 
Shell :: how to exit docker 
Shell :: creating a 2d array in a script in linux shell 
Shell :: how to call a batch file from another batch file 
Shell :: docker images only name 
Shell :: macos make file executable 
Shell :: ubuntu libreoffice calc start 
Shell :: install tar.xz in ubuntu 
Shell :: install aws cli version 2 
Shell :: sudo service network-manager restart no working 
Shell :: git https to ssh 
Shell :: install torch 1.7.1 
Shell :: show drives linux 
Shell :: squash commit history git 
Shell :: how to remove windows 10 built in apps powershell 
Shell :: unix history date time 
Shell :: nextcloud scan files 
Shell :: ubuntu folder size 
Shell :: linux strip foldder name from path 
Shell :: docker build with args 
Shell :: git merge example 
Shell :: How to Change Your MySQL/phpmyadmin Password in XAMPP 
Shell :: install fleetssl 
Shell :: @material-ui/icons 
Shell :: git template fetch 
Shell :: prettier-plugin-tailwindcss 
Shell :: bedrock linux 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =