learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 4 days agoWhat helps people get comfortable on the command line?jvns.caexternal-linkmessage-square34fedilinkarrow-up152arrow-down15
arrow-up147arrow-down1external-linkWhat helps people get comfortable on the command line?jvns.calearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 4 days agomessage-square34fedilink
minus-squareN0x0n@lemmy.mllinkfedilinkarrow-up1·3 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