minus-squareCaptainBasculin@lemmy.mltolinuxmemes@lemmy.world•Idk where else to post this but I've finally kicked Windows for good and I'm SO EXCITEDlinkfedilinkarrow-up1·4 months agoQuick tip: forgot how to use a command? Use man commandname to see a short manual page for that command. Forgot sudo on your command? !! refers to the previously typed command, so you can simply type sudo !! to fix it. linkfedilink
Quick tip: forgot how to use a command? Use
man commandname
to see a short manual page for that command.Forgot sudo on your command?
!!
refers to the previously typed command, so you can simply typesudo !!
to fix it.