Viewing and editing files in Linux

cat filename | more
 
View the content of a text file called "filename", one page a time. The "|" is the "pipe" symbol (on many American keyboards it shares the key with "\"). more makes the output stop after each screenful. For long files, it is sometimes convenient to use the commands head and tail that display just the beginning and the end of the file, or less that enables scrolling up and down. If you happened to use cat a binary file and your terminal displays funny characters afterwards, you can restore it with the command reset.

Comments

Popular posts from this blog

Linux Shortcuts

Petra, Jordan

PayPal integration in PHP