minus-squaremoe93@lemmy.dbzer0.comtoAsk Lemmy@lemmy.world•What computer life hacks are your most used?linkfedilinkarrow-up58·1 day 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
minus-squaremoe93@lemmy.dbzer0.comtoAsklemmy@lemmy.ml•When we microwave in our house we say we're going to "zap it". What do you say?linkfedilinkarrow-up7·23 days agoAbra cadabra, you are now a sandwich. I’ll show myself out. 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: