The output of most GNU command line tools is normally sent to the terminal (ie – standard output). There are times when you would like to have the output saved as a file. Now, you could copy the text from the terminal and paste it into a text editor and save it, but there’s a better way...
Read more »Command Line Basics: Redirecting Output
http://tuxtweaks.com –
- Login to post comments
Using Bash To Feed Command Output To A While Loop Without Using Pipes!
http://linuxshellaccount.blogspot.com –
How to feed command output to a while loop in bash without using pipes.
Read more »
Created by eggixyz 16 years 8 weeks ago – Made popular 16 years 8 weeks ago
Category: Beginner Tags:
Category: Beginner Tags:
- Login to post comments