cat [-n] [-s] FILE_NAME, [FILE_NAME, ...]
-n: Echo line numbers. (Optional)
-s: Skip empty lines
cat >FILE_NAME
ENTER
CONTENT
cat ORIGIN > DESTINATION
*Overides existing content
cat ORIGIN >> DESITION
Clear the terminal: clear
.
pbcopy < [FILE_NAME]