mFat@lemdro.id to Linux@lemmy.mlEnglish · 1 year agoWhat feature/utility/app are you surprised is not installed by default in Linux distributions?message-squaremessage-square201fedilinkarrow-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 · 1 year agomessage-square201fedilink
minus-squareGammalinkfedilinkEnglisharrow-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)