minus-squaremoe93@lemmy.dbzer0.comtoAsk Lemmy@lemmy.world•What computer life hacks are your most used?linkfedilinkarrow-up66·6 days 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.comtoWorld News@lemmy.world•Son of Norway’s crown princess suspected of 23 offences including rape, police saylinkfedilinkEnglisharrow-up13arrow-down1·13 days agoBasically irl Joffrey Baratheon linkfedilink
minus-squaremoe93@lemmy.dbzer0.comtoShowerthoughts@lemmy.world•*Permanently Deleted*linkfedilinkarrow-up3·2 months agoYes officer, this right here. 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: