Monday 27 March 2017

How to Save the Output of a Command to a File in Bash (aka the Linux and macOS Terminal)

When you run a command at the bash prompt, it normally prints the output of that command directly to the terminal so you can read it immediately. But bash also allows you to “redirect” the output of any command, saving it to a text file so you can review the output later.

Click Here to Continue Reading



Source: How-To Geek