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-square125fedilinkarrow-up141arrow-down11
arrow-up140arrow-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-square125fedilink
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)
deleted by creator
type -p
is a shell builtin though, and one character shorter :)Although you may prefer
tool=$(command -v tool)