Written by Sean Behan on Mon Dec 11th 2017

If you want to time how long a piped bash command take, use the time command followed by your commands in parens like so..

time  (ls -lha | wc -l)

Tagged with..
#linux #unix #time #piping #command line

Just finishing up brewing up some fresh ground comments...