Skip to content

Comment on Linux Commands for Developersparent

Comments

`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)

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.