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-square199fedilinkarrow-up1141arrow-down11
arrow-up1140arrow-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-square199fedilink
minus-squareGammalinkfedilinkEnglisharrow-up4·edit-22 years 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)