Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cat command in linux

cat command allows us to 
create single or multiple files,view contain of file, concatenate files and redirect output in terminal or files.

Comment

cat linux

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

what is the use of cat command in linux

cat command allows us to 
create single or multiple files,view contain of file, concatenate files and redirect output in terminal or files.

Cat is short for concatenate. This command displays the contents of one or more files without having to open the file for editing.
Comment

PREVIOUS NEXT
Code Example
Shell :: linux install software without sudo 
Shell :: git update another branch 
Shell :: git commands cheat sheet 
Shell :: flask make host public 
Shell :: ssh bad owner permissions 
Shell :: phoenix liveview setup 
Shell :: authentication failed github 
Shell :: rabbitmqctl 
Shell :: git bash 
Shell :: curl parallel requests 
Shell :: admob expo 
Shell :: add a file to repository git 
Shell :: how to pull down a specific branch from github 
Shell :: git rebase i 
Shell :: kubernetes setup 
Shell :: flutter doctor --android-licenses error 
Shell :: habe to install viber on linux 
Shell :: Create Remote for Contributing to a GitHub project 
Shell :: nvm update specifiec version 
Shell :: how to start payara server 
Shell :: gimp deselect all 
Shell :: active directory update Home folder path powershell 
Shell :: git grep line only 
Shell :: how to commit a file in git and never commit it again 
Shell :: bijoy bangla keyboard for linux 
Shell :: linux bitcoin app 
Shell :: example use & 
Shell :: coc.nvim not working after update 
Shell :: why kubectl command not working for describe pod 
Shell :: diff between user variables and system variables 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =