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