Basics


Some of the most common command line operations involve reading, writing, or transforming file contents.

echo
Pass a string to stdout
cat
Concatenate one or more files
head
Output the first part of files
tail
Output the last part of files