Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tail linux

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 :: how to read from keyboard in bash and store in a variable 
Shell :: new branch not showing in visual studio 
Shell :: ll by date 
Shell :: # /bin/bash for launching ec2 
Shell :: for loop iteration in shell script 
Shell :: Recover accidentally deleted files by git reset hard 
Shell :: adobe reader linux 
Shell :: ubuntu send input to screen 
Shell :: ubuntu list of users 
Shell :: silent install google chrome powershell 
Shell :: Run C# script on linux terminal 
Shell :: merge child branch to parent git 
Shell :: update metasploit 
Shell :: git global settings ssh 
Shell :: docker kill running container(s) 
Shell :: curl send to ip 
Shell :: npm install --save-dev @angular/cli@latest 
Shell :: datatable npm install 
Shell :: apple logo in terminal 
Shell :: how to upgrader vscodium 
Shell :: push existing repo 
Shell :: kill a process linux 
Shell :: how to install older version of tensorflow 
Shell :: git merge branch to master command line 
Shell :: linux how many cores 
Shell :: get all pods in a node kubectl 
Shell :: laravel sail composer 
Shell :: Failed to bind to address http://localhost:5110 
Shell :: remove git file from folder 
Shell :: run mongodb locally 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =