this post was submitted on 19 Aug 2025
418 points (94.3% liked)

Programming

23085 readers
171 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dylanmorgan@slrpnk.net 12 points 1 month ago (2 children)

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.

[–] GreenMartian@lemmy.dbzer0.com 10 points 1 month ago (1 children)

Or easier, just fire up multiple tty's. The poor person's tabs.

[–] IncogCyberspaceUser@lemmy.world 3 points 1 month ago (1 children)

What does tty mean in this context?

[–] coriza@lemmy.world 2 points 1 month ago

In this context it is multiple command line instances, like multiple terminals.

[–] Melvin_Ferd@lemmy.world 1 points 1 month ago

Thank you for the advice. I'll try that