#linux
All linux and command line posts. Get more efficient in the terminal!
Check out our pinterest page dedicated to linux as well!
Tail Options For Viewing A File
Jun 05, 2019
Tail is a useful linux command to view the contents of a file.
Copying & Pasting In CLI With pbcopy & pbpaste
May 29, 2019
Need to copy some value from the command line or want to paste?
Linux rm Command
May 15, 2019
Using the “rm” linux command allows you to delete a file or a directory
Copy A File To Multiple Sources With tee
May 06, 2019
Ever wanted to copy a file to multiple sources in the command line all in one command? You can use the linux tee command.