minus-squareelmicha@feddit.orgtoLinux@programming.dev•10 Advanced Linux Commands You’ve Probably Never Used (Part 3)linkfedilinkEnglisharrow-up5·1 month 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. linkfedilink
echo
is a program, but some shells like Bash and zsh also have a built-inecho
. You can runtype echo
to verify that.