Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 16 days ago10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comexternal-linkmessage-square19linkfedilinkarrow-up144arrow-down16
arrow-up138arrow-down1external-link10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 16 days agomessage-square19linkfedilink
minus-squareelmicha@feddit.orglinkfedilinkEnglisharrow-up6·16 days agoecho is a program, but some shells like Bash and zsh also have a built-in echo. You can run type echo to verify that.
minus-squaremacniel@feddit.orglinkfedilinkarrow-up5·15 days agowhelp… i tried to be pedantic and then got schooled. Thanks :D
echo
is a program, but some shells like Bash and zsh also have a built-inecho
. You can runtype echo
to verify that.whelp… i tried to be pedantic and then got schooled. Thanks :D