How to display contents of file in Ubuntu terminal
February 20th, 2011
I always forget how to do this so I’m putting it here for my own reminder.
When you are on Ubuntu’s terminal or shell, this is the command on how to display the contents of a file in Ubuntu:
$ cat file.txt
Pretty easy huh!



Recent Comments