learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 months agoWhat helps people get comfortable on the command line?jvns.caexternal-linkmessage-square78fedilinkarrow-up1114arrow-down14cross-posted to: [email protected]
arrow-up1110arrow-down1external-linkWhat helps people get comfortable on the command line?jvns.calearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 months agomessage-square78fedilinkcross-posted to: [email protected]
minus-squareZykino@programming.devlinkfedilinkarrow-up5·2 months agoI would recommand to never copy paste but retype so you have the commands on your finger memory. Also don’t be afraid to --help everything. It give more option for commands you know quicker than the man.
I would recommand to never copy paste but retype so you have the commands on your finger memory.
Also don’t be afraid to
--help
everything. It give more option for commands you know quicker than theman
.