Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 13 days ago10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comexternal-linkmessage-square19linkfedilinkarrow-up143
arrow-up143external-link10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 13 days agomessage-square19linkfedilink
minus-squarekbal@fedia.iolinkfedilinkarrow-up4·13 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-squarecaseyweederman@lemmy.calinkfedilinkarrow-up2·12 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.