Wade Preston Shearer wrote:
How can I get those to the standard output?

I just figured out why it isn't working. I was sending it to a log file with >>. That's rather embarrassing. :)

So, my new question then is how do I send it to both (log and standard output)?

Same answer as before `tee`.

NAME
   tee - read from standard input and write to standard output and files
SYNOPSIS
   tee [OPTION]... [FILE]...
DESCRIPTION
   Copy standard input to each FILE, and also to standard output.
    -a, --append
             append to the given FILEs, do not overwrite
    -i, --ignore-interrupts
             ignore interrupt signals
        --help
             display this help and exit
    --version
             output version information and exit
    If a FILE is -, copy again to standard output.


Gabe

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to