Sunshine (she/her) to [email protected]English • 20 days ago10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comexternal-linkmessage-square19fedilinkarrow-up143arrow-down16
arrow-up137arrow-down1external-link10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comSunshine (she/her) to [email protected]English • 20 days agomessage-square19fedilink
minus-squarekballinkfedilink4•20 days agoThere’s someone out there to whom the existence of ping -i 30 is news. The idea of using >file instead of touch file — or cp /dev/null file if it already exists — is new to me, though it doesn’t seem all that useful.
minus-squarecaseyweedermanlinkfedilink2•19 days agoI’ve been doing echo “” > file Useless Use of Echo I guess.
There’s someone out there to whom the existence of
ping -i 30
is news.The idea of using
>file
instead oftouch file
— orcp /dev/null file
if it already exists — is new to me, though it doesn’t seem all that useful.I’ve been doing echo “” > file
Useless Use of Echo I guess.