Log commands execution time – unix.stackexchange.com 15:08 Posted by Unknown No Comments I'd like to log execution time of my commands. Something like this: #!/usr/bin/env bash echo "$@" >> /tmp/times exec 3>&2 (/usr/bin/time -f "%e" "$@" 2>&3) 2>>/tmp/times ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitCan I connect three monitors and provide power to my MacBook Pro with a single cable? – apple.stackexchange.comWhat is a good way to explain why the graph of polynomials do not exhibit ripples? – math.stackexchange.comWhy all the orifices, protuberances, hinged/bolted panels, etc. on a stellarator? – physics.stackexchange.comISS Structural Integrity – space.stackexchange.comwhat happens if I buy Bitcoins and the price goes down. Will I lose a quantity of my money? – bitcoin.stackexchange.comWhy do helicopters not roll over when flying forwards? – aviation.stackexchange.com
0 Comment to "Log commands execution time – unix.stackexchange.com"
Post a Comment