cm0002@literature.cafe to Linux@programming.dev · 4 days agoWhat are some of your most useful or favorite terminal commands?message-squaremessage-square45fedilinkarrow-up145arrow-down13file-text
arrow-up142arrow-down1message-squareWhat are some of your most useful or favorite terminal commands?cm0002@literature.cafe to Linux@programming.dev · 4 days agomessage-square45fedilinkfile-text
minus-squareMadhuGururajan@programming.devlinkfedilinkEnglisharrow-up1·edit-23 days 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