Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cat example

cat file # Prints content of file in console
cat file1 file2 > file3 # Prints content of file1 and file2 into file3
cat -n file # Prints content of file enumerated (-n)
Comment

PREVIOUS NEXT
Code Example
Shell :: linux install software 
Shell :: windows powershell create new file 
Shell :: linux nano editor 
Shell :: rails db:rollback 
Shell :: Remove Files and Directories 
Shell :: git create master branch in empty repository 
Shell :: jenkins builds 
Shell :: mongo shell change db 
Shell :: sed replace into new file 
Shell :: export function in shell script 
Shell :: crear usuario linux comandos 
Shell :: ubuntu terminal search command 
Shell :: vim set paste 
Shell :: jq filter by key 
Shell :: composer download 
Shell :: linux acpi turn display on/off 
Shell :: How to clean up the git repo and reduce its disk size 
Shell :: how to upen image in kali linux 
Shell :: Push to an existing repository form command line 
Shell :: pom xml dependency cannot resolve 
Shell :: docker-compose-to-always-re-create-containers-from-fresh-images 
Shell :: checkout remote file different name 
Shell :: nautilus open random file 
Shell :: rm: cannot remove 
Shell :: how to open .mbox file ubuntu 
Shell :: drush available source plugins 
Shell :: merge branch from another repo 
Shell :: bash rest of arguments 
Shell :: debugging kubernete in intellij 
Shell :: shortcut push github vscode 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =