cm0002@literature.cafe to Linux@programming.dev · 1 day agoWhat are some of your most useful or favorite terminal commands?message-squaremessage-square30fedilinkarrow-up132arrow-down13file-text
arrow-up129arrow-down1message-squareWhat are some of your most useful or favorite terminal commands?cm0002@literature.cafe to Linux@programming.dev · 1 day agomessage-square30fedilinkfile-text
minus-squareMadhuGururajan@programming.devlinkfedilinkEnglisharrow-up1·edit-22 hours agothe last & is like doing “command &”. d is a function that takes argument and $@ is usually the first argument
the last & is like doing “command &”. d is a function that takes argument and $@ is usually the first argument