this post was submitted on 13 Feb 2024
588 points (97.3% liked)

Technology

57590 readers
4051 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jj4211 2 points 6 months ago

Well, "duplicate" functionality isn't counter, but generally it's not quite "duplicate" either.

cat doesn't do much, and technically in most cases where people use cat, they can skip the use of cat. cat and grep aren't at all redundant, but maybe you mean cat |grep , versus "grep file", but really the first form is not a design intent, it's that cat is a habit to "get content to screen" and "pipe to grep" is a habit to filter out whatever content was on screen.

cp and dd are not really the same. dd is meant to take specific blocks from one place and put them in a specific place in one other file. cp is about copying whole files only, and can do a bunch of files to one directory.

As to it being 'obsolete', well the thing is that UI design has been swinging back to "CLI-y" ways, because you only have so much real estate on screen for guided menu driven action, and a fairly open ended universe of things people want to do. When people use office, they usually just start typing what they want rather than trying to find it by navigating the ribbon.

Though the "one tool and do it well" usually doesn't happen in GUI land (closest I can think is NextStep had some of it, and vestigial bits of that are possible in macos, though never used), but it's still plenty valuable.