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