this post was submitted on 14 Sep 2024
786 points (98.5% liked)

linuxmemes

20920 readers
2345 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
786
Fish Linux (sh.itjust.works)
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/linuxmemes
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 3 weeks ago (1 children)

Really? They might use some GNU programs, but I'm sure the default user land for OpenBSD is all theirs. Just because you know cp etc. as GNU utils doesn't mean the BSDs use the same ones. They are just part of the operating system. https://github.com/dcantrell/bsdutils tried to collect various BSD implementations for example

[–] cybersandwich 6 points 3 weeks ago (2 children)

The "coreutils" that macos uses by default are all older shitter bsd versions. I discovered this when half of my scripts and commands didnt work properly.

Silly me thought I could just bring my cash scripts over and not have any major issues (I'm not doing anything crazy). But even something as simple as grep didn't work right because it could recursively search directories in the old bad version Mac comes with.

All of the gnu versions are much better and you can install them with homebrew.

[–] [email protected] 2 points 3 weeks ago (1 children)

People used to care a lot. The GNU utils absorbed everything all the old Unix vendors did. This made them comparatively heafty back when a high end workstations might have had 64MB of RAM.

Now that Chrome takes up gigabytes per tab, nobody cares except a few old Unix curmudgeons.

[–] [email protected] 1 points 2 weeks ago

Wahhhhh this tool can't do two things well, it should only be doing one thing well! 😭😭😭

[–] Thwompthwomp 2 points 3 weeks ago

Yeah, I had a few scripts just act weird on osx. The parameters were different and some of them just behaved differently. It was oddly frustrating.