Learn the basics of use the tr (translate) command and take an in-depth look at some of it's more complex commands including complement and truncate.| Putorius
Learn how to use the Linux tee command for sending output to both the screen and a file. We also demonsrate some basic and advanced examples.| Putorius
Learn basic Linux cat command usage, how to use redirection operators and why you probably shouldn't pipe it's output to other commands.| Putorius
The sponge command is used to read all data from standard in then write it to a file. It reads all data in, before opening the output file.| Putorius