bestboyfriendintheworld@sh.itjust.works to Programming@programming.dev · 3 days agoRead the Following Manualsh.itjust.worksimagemessage-square75fedilinkarrow-up1445arrow-down127
arrow-up1418arrow-down1imageRead the Following Manualsh.itjust.worksbestboyfriendintheworld@sh.itjust.works to Programming@programming.dev · 3 days agomessage-square75fedilink
minus-squaredylanmorgan@slrpnk.netlinkfedilinkarrow-up14arrow-down2·3 days agoSo: read the man page, find the switches and options you need and hand write that bitch 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-up10·3 days agoOr easier, just fire up multiple tty’s. The poor person’s tabs.
minus-squareIncogCyberspaceUser@lemmy.worldlinkfedilinkarrow-up3·2 days agoWhat does tty mean in this context?
minus-squareCoriza@lemmy.worldlinkfedilinkarrow-up2·2 days agoIn this context it is multiple command line instances, like multiple terminals.
minus-squareMelvin_Ferd@lemmy.worldlinkfedilinkarrow-up1·2 days 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 bitch 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