this post was submitted on 21 Oct 2025
219 points (96.6% liked)

Programmer Humor

39134 readers
406 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

This is hilarious to me, after using the evil things for years . Of course, there are reasons to use the hated postman and companies (may they be forever cursed). And I plan to keep using them.

But many valid points are made

you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 8 points 4 weeks ago

I find that if your command is complex enough that editing it on the terminal becomes annoying, then there's a very high chance you want it in a file anyways, just to document what you did and to allow easily re-running it.

Having said that, you can also have your shell open the command in your editor of choice: https://www.stefanjudis.com/today-i-learned/edit-long-shell-commands-in-your-usdeditor/