learnbyexample to Linux@lemmy.mlEnglish · 1 month agoWhat helps people get comfortable on the command line?jvns.caexternal-linkmessage-square78linkfedilinkarrow-up1117arrow-down14cross-posted to: programmingprogramming
arrow-up1113arrow-down1external-linkWhat helps people get comfortable on the command line?jvns.calearnbyexample to Linux@lemmy.mlEnglish · 1 month agomessage-square78linkfedilinkcross-posted to: programmingprogramming
minus-squareZykinolinkfedilinkarrow-up5·1 month 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
.