output

0

Command Line Basics: Redirecting Output

http://tuxtweaks.com

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 »
Linerd's picture
Created by Linerd 12 years 39 weeks ago – Made popular 12 years 39 weeks ago
Category: Beginner   Tags:
0

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 »
eggixyz's picture
Created by eggixyz 13 years 42 weeks ago – Made popular 13 years 42 weeks ago
Category: Beginner   Tags:

Best karma users