bestboyfriendintheworld@sh.itjust.works to Programming@programming.dev · 1 month agoRead the Following Manualsh.itjust.worksimagemessage-square78linkfedilinkarrow-up1457arrow-down127
arrow-up1430arrow-down1imageRead the Following Manualsh.itjust.worksbestboyfriendintheworld@sh.itjust.works to Programming@programming.dev · 1 month agomessage-square78linkfedilink
minus-squaredylanmorgan@slrpnk.netlinkfedilinkarrow-up15arrow-down2·1 month agoSo: read the man page, find the switches and options you need and hand write that removed on a notepad, close the man page and execute the command. It’s tedious but it will help your not-great memory work a lot better.
minus-squareGreenMartian@lemmy.dbzer0.comlinkfedilinkarrow-up11·1 month agoOr easier, just fire up multiple tty’s. The poor person’s tabs.
minus-squareIncogCyberspaceUser@lemmy.worldlinkfedilinkarrow-up3·1 month agoWhat does tty mean in this context?
minus-squareCoriza@lemmy.worldlinkfedilinkarrow-up3·1 month agoIn this context it is multiple command line instances, like multiple terminals.
minus-squareMelvin_Ferd@lemmy.worldlinkfedilinkarrow-up1·1 month agoThank you for the advice. I’ll try that
So: read the man page, find the switches and options you need and hand write that removed on a notepad, close the man page and execute the command. It’s tedious but it will help your not-great memory work a lot better.
Or easier, just fire up multiple tty’s. The poor person’s tabs.
What does tty mean in this context?
In this context it is multiple command line instances, like multiple terminals.
Thank you for the advice. I’ll try that