Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

head linux

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

PREVIOUS NEXT
Code Example
Shell :: speed up ubuntu 
Shell :: touch equivalent in windows 
Shell :: To install latest version of something with pip in python 
Shell :: gnome theme terminal 
Shell :: search in github repo 
Shell :: docker force new build without cache 
Shell :: changed files githib 
Shell :: pythonlibs install 
Shell :: bash how to turn into root 
Shell :: homestead 
Shell :: npx code for src folder in react js 
Shell :: linux add user 
Shell :: docker compose install 
Shell :: powershell vs bash 
Shell :: windows kill process running on port 
Shell :: ffmpeg override 
Shell :: shell cehck if string is null 
Shell :: wsl convert windows path to linux 
Shell :: shreck 
Shell :: failed at the node-sass@4.13.1 postinstall script. 
Shell :: predate.sh linux error logging 
Shell :: find all file with tilda sign? 
Php :: tinker lost color cli 
Php :: codeigniter email print debugger 
Php :: php number padding 
Php :: read json file data using php 
Php :: access to this resource on the server is denied laravel 
Php :: php store object in session 
Php :: store image in public folder laravel 8 
Php :: uninstall php ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =