Answers for "Cat command in Linux with examples"

2

Cat command in Linux with examples

#view a file with linux command.
$cat index.js 

#view multiple files together
$cat index.js README.js ../app.js
Posted by: Guest on August-19-2021
6

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.
Posted by: Guest on January-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language