Hacker News new | ask | show | jobs
by yesbabyyes 5037 days ago
`paste` is also very useful together with stdin redirection and subshells. E.g.:

    paste <(ping 8.8.8.8) <(while true; do iwconfig wlan0 | grep "Bit Rate"; sleep 1; done)
1 comments

They could drift. Better to do a one-ping ping and run iwconfig once in a loop.