learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 5 days agoWhat helps people get comfortable on the command line?jvns.caexternal-linkmessage-square79fedilinkarrow-up1116arrow-down13cross-posted to: [email protected][email protected]
arrow-up1113arrow-down1external-linkWhat helps people get comfortable on the command line?jvns.calearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 5 days agomessage-square79fedilinkcross-posted to: [email protected][email protected]
minus-squareN0x0n@lemmy.mllinkfedilinkarrow-up1·4 days ago Also old users don’t remember long commands if we use a command more than once. You save it to your bash alias file to create your own commands. A good example for this is docker compose -f when you work alot if compose files ! Having an alias for docker compose -f as dcf saves hours a month xD
A good example for this is docker compose -f when you work alot if compose files ! Having an alias for docker compose -f as
dcf
saves hours a month xD