minus-squaremoe93@lemmy.dbzer0.comtoAsk Lemmy@lemmy.world•What computer life hacks are your most used?linkfedilinkarrow-up1·3 months agoTo navigate to the previous folder cd - To reissue the previous command with a prefix. For example: cat /root/.ssh/authorized_keys # Will fail without privilege sudo !! To use the argument of the previous command. For example: tac ~/.ssh/authorized_keys # oops, misspelled cat cat !$ linkfedilink
To navigate to the previous folder
To reissue the previous command with a prefix. For example:
To use the argument of the previous command. For example: