mFat@lemdro.id to LinuxEnglish · 1 year agoWhat feature/utility/app are you surprised is not installed by default in Linux distributions?message-squaremessage-square203fedilinkarrow-up1144arrow-down11
arrow-up1143arrow-down1message-squareWhat feature/utility/app are you surprised is not installed by default in Linux distributions?mFat@lemdro.id to LinuxEnglish · 1 year 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)
deleted by creator
type -p
is a shell builtin though, and one character shorter :)Although you may prefer
tool=$(command -v tool)