Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sed remove first line

tail -n +2 "$FILE" > "$FILE.tmp" && mv "$FILE.tmp" "$FILE"
Comment

PREVIOUS NEXT
Code Example
Shell :: install tmux2 
Shell :: install python poetry 
Shell :: how to set git password 
Shell :: linux read text file command line 
Shell :: bash number of elements in variable 
Shell :: How to Change Your MySQL/phpmyadmin Password in XAMPP 
Shell :: git lines added and removed by author 
Shell :: git flow new feature branch 
Shell :: docker rmi dangling=true 
Shell :: git remove my local changes and pull from master 
Shell :: gem install version 
Shell :: store result of command in variable bash 
Shell :: git clone https 
Shell :: angular cli disable auto reload 
Shell :: ubuntu copy 
Shell :: yarn version in mac 
Shell :: ssh copy folder 
Shell :: install.packages( tidyverse ) not working 
Shell :: ionic change app icon 
Shell :: gats gatsby-plugin-offline 
Shell :: git push remote 
Shell :: docker getting-started 
Shell :: linux bash clean up log files in /var/log 
Shell :: find command in linux 
Shell :: ssh key github 
Shell :: vscode restart window 
Shell :: scan and print all keys redis shell 
Shell :: bash stderr null 
Shell :: mysql2 install error ruby 
Shell :: Creating a directory or folder in linux 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =