mFat@lemdro.id to Linux@lemmy.mlEnglish · 2 years agoWhat feature/utility/app are you surprised is not installed by default in Linux distributions?message-squaremessage-square203fedilinkarrow-up1143arrow-down11
arrow-up1142arrow-down1message-squareWhat feature/utility/app are you surprised is not installed by default in Linux distributions?mFat@lemdro.id to Linux@lemmy.mlEnglish · 2 years agomessage-square203fedilink
minus-squareGamma@programming.devlinkfedilinkEnglisharrow-up4·edit-21 year agotype -p is a shell builtin though, and one character shorter :) Although you may prefer tool=$(command -v tool)
type -p
is a shell builtin though, and one character shorter :)Although you may prefer
tool=$(command -v tool)