1 post tagged piping. Clear filter
Dec 2017 · 1 min read
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)