olsonexi,
@olsonexi@lemmy.world avatar

what’s wrong with man pages?

abbadon420,

They’re the best. I mean, just look at the alternative that Windows offers… oh wait there isn’t any.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

It opens a link in a browser…

abbadon420,
drolex,

You need to read them apparently? I don’t know, this is weird

MigratingtoLemmy,

I’m starting to see this a lot. Some man-pages are very verbose and one might not have the time, but for the most part, opening a man page and lessing through it doesn’t take too long, and it’s usually up-to-date

chuso,
chuso avatar

Yeah, many people don't want to read and understand, just copy and paste.
I saw that in a lot of people I worked with on projects, they just look for something to copy and paste from the Internet without even trying to understand what it does. Just looking for some command without even paying attention to the text around it.
I remember one girl once that I gave her the link to the documentation explaining step by step what she needed to do, a link I had to find myself and pass it to her, of course, even when it was her task. Those steps included some alternatives like "if you are in this situation, run this command, but if you are in this other situation, run this other command" but she ignored all the instructions on that page and started copying and pasting every command that was found there. When I asked her what she was doing and why she was running every command there without reading the explanations around them, she said she thought she just had to run all the commands on that page.

drolex,

not reading that essay (/s)

It’s strange. The man pages contain everything you need to know and even examples ready to use. But people would rather try and fail several times. I wonder what inner motivation makes someone have this kind of process. Is there a reward when you manage to make it work through erring? Psychologists, do you know?

chuso,
chuso avatar

I think it's that the mental effort required to read the documentation, understanding how a tool works and producing an idea in your mind of how to achieve your purpose with the learning you just got of how that tool works is usually bigger.
Even if it takes more time, the mental effort of copying and pasting examples from Google until you find the one that works is way lower.

chuso, (edited )
chuso avatar

And that reminds me of an anecdote with one of the products our customers usually use. There was a problem which was kind of common and it had a discussion thread in the forum on the vendor's website where somebody suggested that the solution to the problem was rm -rf /var/lib/rpm.
Needless to say, we had a customer who ran that command because they had read on the Internet that it was the solution to their problem without understanding what that command was going to do. And of course they ruined that server which needed to be fully reinstalled.
Until I notified the vendor to delete that malicious advice from their forum, that answer lasted there for years and who knows how many people ran the same malicious command without trying to understand first the disaster they were going to cause.

cows_are_underrated,

I bet you could describe a problem, tell them to not run that command, and then put the command there to copy and paste and people would still fuck up their systems.

CapeWearingAeroplane, (edited )

The amount of times someone has asked me why something doesn’t work, and I’ve silently pointed to the sentence or paragraph next to the code snippet they’ve copied…

chuso,
chuso avatar

Oh, yeah. I had this situation so many times in this same project. Even pointing them to the documentation and telling them to read it because the explanation was there didn't even work because they just wanted immediate answers. Sometimes I even had to join them on a call and tell them to stop, open the link on a screenshare and read it out loud to me to make sure they were actually reading it and not just telling me they read it.
It felt like teaching to read to first-grade schoolers.

Rustmilian,
@Rustmilian@lemmy.world avatar

And this is why I recommend those people to just use tealdeer/TLDR

chuso,
chuso avatar

What people? If you are referring to the people I mentioned in my example who don't read the text next to the commands explaining what they do, that seems to be also the output tealdeer produces, so I don't know how it would help.

Rustmilian, (edited )
@Rustmilian@lemmy.world avatar

They’re man pages that are significantly reduced and only include the common commands. People who copy paste, do so usually because the directions or manual are too long and it intimates their feeble minds.

Aceticon,

Some man pages are just gigantic lists of unintuitive parameters in alphabetical order with no usage examples and even if you know how to search for text in a man page (forward slash then the text you want to search for) you’re just stabbing in the dark.

Others are excellent.

The problem with man pages is that you never know if you’re getting the former or the latter.

antithetical, (edited )

Man pages are great to have, all documentation easily accessible, mostly complete and directly available in your terminal.

Compare this to the shitshow that is git --help in windows opening a stupid browser. Somebody should be defenestrated for that decission.

PoolloverNathan,

alias git=“DISPLAY= git”

antithetical,

Thanks, good to know!

JoMomma,

I’m so fucking sick of every Linux meme being negative… Like are we supporting the community or actively trying to sabotage it?

Fuxk all these memes

Linux makes the word turn

Learn it and support it

This all started as irony, but it has gone too far

Regroup and get creative you sad intelligent fucks

NoIWontPickAName,

Are your fuzzy socks in the wash?

AncientMariner,

How can you feel good about yourself if you aren’t shaming people with less technical capabilities? Next you’ll say something crazy like believing in yourself. Nonsense, crazy person. Get out of here.

pHr34kY,

The internet is full of bad advice.

Man pages are never wrong.

leo85811nardo,

At least man pages are better than ChatGPT or other generative LLM that can hallucinate

Thcdenton,

The started feeding chatgpt bath salts and i deleted system32 on my linux :(

jaromil,
@jaromil@fed.dyne.org avatar

Wrong meme. The dark place is systemd.

gerryflap,
@gerryflap@feddit.nl avatar

Man pages save me an online search multiple times per week. Not sure that you’re no about

0x4E4F,
@0x4E4F@sh.itjust.works avatar

It’s a /s meme.

TimeNaan,

Actually man page good

mikyopii,
@mikyopii@programming.dev avatar

Am I the only one using tldr?

VinesNFluff,
@VinesNFluff@pawb.social avatar

Tldr is awesome.

coolboole,

Well today my life just got easier. Thank you for the recommendation!

jadedwench,

I get confused every time I install a distro and man isn’t installed by default. I guess I get the bare minimum philosophy, but it throws me off every time. First thing I install is vim, man, git, and probably a couple other things I can’t remember right now.

I do like a decent man page that has examples for us dummies and I have found that they have improved a lot over the years.

wer2,

There are distros that don’t install man by default? Crazy.

ulterno,
@ulterno@lemmy.kde.social avatar

I once had to set up something on yocto. man pages matter.

yboutros,
@yboutros@infosec.pub avatar

tldr is a billion times better than man pages,

apt install tldr

Trusssssst

blackbirdbiryani,

Agreed, in any context where I’d open man I’d rather tldr instead. If you needed to read chunks of documentation like in man I’d rather just google the docs instead than clunkily try to read in terminal.

jadedwench,

The best was on arch because I had no idea how to use pacman, which I needed to install man, when I needed how to use pacman. I will have to take a look at tldr. I mostly use Debian without a desktop environment, but have an Arch VM for gaming here and there. Works out.

woelkchen,
@woelkchen@lemmy.world avatar

“tldr pages. Simplified and community-driven man pages. The tldr pages are a community effort to simplify the beloved man pages with practical examples.”

tldr.sh

FooBarrington,

I like this one even better!

github.com/chubin/cheat.sh

zweieuro,

Anyone who thinks this is just incapable of navigating them.

zloubida,
@zloubida@lemmy.world avatar

That’s why I seldom use man pages, TBH. But I’m no developer, my needs are simple.

TimeSquirrel,
TimeSquirrel avatar

You have to admit though, they are a blast of the 1980s to the face for those who are younger and not used to it. It might be intimidating.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

It’s a /s meme, I thought it was obvious.

zweieuro,

I think you accidently made a meme that is just too close to the truth to be seen as sarcastic

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Didn’t made it, I stole it. I rarely make memes… but I do a lot of looting 😁.

Franconian_Nomad,

Was this bullshit meme created by AI?

bruhduh,
@bruhduh@lemmy.world avatar

man “app” | grep “search keyword”

Siegfried,

Hey, I always check man pages, they are pretty usefull

Rekonok,
@Rekonok@sh.itjust.works avatar

This is how you end up being bullied by hyenas

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • DreamBathrooms
  • everett
  • tacticalgear
  • magazineikmin
  • thenastyranch
  • rosin
  • tester
  • Youngstown
  • khanakhh
  • slotface
  • ngwrru68w68
  • kavyap
  • mdbf
  • InstantRegret
  • megavids
  • osvaldo12
  • GTA5RPClips
  • ethstaker
  • normalnudes
  • Durango
  • cisconetworking
  • anitta
  • modclub
  • cubers
  • Leos
  • provamag3
  • JUstTest
  • lostlight
  • All magazines