Up next in 10
5/10 Basic Linux Commands | cat command in linux #shorts #linux #linuxcommands
Oct 7, 2024
Learn Basic Linux Commands | 'cat' command in linux #shorts #linux #linuxcommands
Tutorialspoint, a leading ed-tech platform, offers Simply Easy Learning at affordable prices.
Check out Trending Courses :
http://bit.ly/3KBW32w
#short #linux_tutorial #tutorialspoint #youtubeshorts #linuxcommand #linuxcourse #linuxforbeginners
Show More Show Less
View Video Transcript0:00
We can use Gat command and Linux to display contents of a file
0:03
I'll write Gat followed by file's name and you have its content
0:08
We can also display content from multiple files like this. Also we can take content from multiple files and store it in a new file using this command
0:18
We also get the end flag which displays line numbers of content as well
0:23
We can also use the wild card for example here star dot txt
0:27
it will display the contents of all DXT files in this directory. Like for more