Take something as simple as
/usr/bin/time ls -l
Lets say I want to redirect like so
lsstdout=a.out
lsstderr=b.err
timestdout=c.out
timestderr=d.err
How does one accomplish this?
Take something as simple as
/usr/bin/time ls -l
Lets say I want to redirect like so
lsstdout=a.out
lsstderr=b.err
timestdout=c.out
timestderr=d.err
How does one accomplish this?
Copyright © 2021 Jogjafile Inc.
You can write like this if you don't mind running
ls
with anotherbash
: