Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^7: Output of a command

by gaal (Parson)
on Jul 30, 2008 at 18:18 UTC ( [id://701209]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # automatically keep output of commands in a logfile for immediate
    # subsequent inspection
    alias ll="$PAGER /tmp/last.log"
    l () { if [ "x$1" = "x" ] ; then echo "did you mean 'll'?" ; \
      else /usr/bin/env " $@" 2>&1 | tee /tmp/last.log ; fi }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://701209]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-19 02:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found