Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

combine two document together lnux

#use cat
cat file1 file2 > your_file
#your_file = file1 followed by file2

#use paste
paste file1 file2 > ur_file
#ur_file = RHS file1 , LHS file2 align with columns
Comment

PREVIOUS NEXT
Code Example
Shell :: install sqlite in ubuntu 
Shell :: gitignore io 
Shell :: Unable to find a valid SQLite command 
Shell :: link folder to github repo 
Shell :: powershell open file 
Shell :: stop npm server cmd 
Shell :: install torch 
Shell :: microsoft excel free download for ubuntu 
Shell :: shell script get branch name 
Shell :: universal command to get operating system 
Shell :: soundcloud for ubuntu install command 
Shell :: cudnn version linux 
Shell :: how to install pip flask on macos 
Shell :: how to install sublime text 3 on ubuntu 20.04 
Shell :: install font on linux 
Shell :: undo last commit 
Shell :: install makecert windows 10 
Shell :: change password arch linux 
Shell :: zsh: command not found: aws 
Shell :: heroku buildpacks 
Shell :: shell trim 
Shell :: moving files in terminal 
Shell :: uvicorn run fastapi 
Shell :: webgl server apache 
Shell :: git ignore 
Shell :: bash red text 
Shell :: Reset a remote branch to previous commit 
Shell :: size of folder 
Shell :: install forge server command line 
Shell :: how to rename many files at once linux 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =