Unix oneliners (mostly unorganized collection of bash oneliners)

https://ocv.me/doc/unix/oneliners/

62 points · 13 comments · view on lemmy.world

13 Comments

tea@lemmy.today · 5 pts · 2y (3 replies)

This is great!

@tripflag@lemmy.world If you don't mind, what tools did you use to create this html? Have a cheatsheet.txt that I often share with devs on my team and I'd love to format it into something like this with a TOC, display name for a command, and links down to each oneliner.

tripflag@lemmy.world · 5 pts · 2y (1 reply)

I'm sorry to say it's a bit of very old-fashioned php that's in charge of all that xD

I've modified it to print its own source code if you append ?dat=sauce to the URL, and I'll try to answer questions if I can remember how it worked :-)

tea@lemmy.today · 4 pts · 2y

Thanks man. This is likely going to be too much for me, but I really appreciate you providing it. Taking a look :)

edit: Actually, I think I get it after looking at the nix.sh that's the actual list of commands. Thanks! Seeing if I can tweak things so I can make my own version. Cheers!

blackbirdbiryani@lemmy.world · 1 pts · 2y

Why not just use markdown?

noproblemmy@programming.dev · 3 pts · 2y

Nice to find real use examples.

homesweethomeMrL@lemmy.world · 2 pts · 2y (1 reply)

Take my shell, please!

homesweethomeMrL@lemmy.world · 1 pts · 2y

Whoo - tough room

ssm@lemmy.sdf.org · 1 pts · 2y

Good stuff, this person knows how to {ba,}sh; saved.

MagicShel@programming.dev · 1 pts · 2y (4 replies)

Opening this in reader mode and seeing a wall of SEO garbage is a bit off putting. Which isn't to say this isn't a good resource. I haven't dug that far. Just meta commentary on the state of the internet.

Also, I don't normally see that so maybe there's a better SEO implementation.

tripflag@lemmy.world · 6 pts · 2y (3 replies)

Hey! Website author here :>
Curious about the SEO garbage you're seeing because that's not coming from me. Could you post an example? Are you using any shady VPN's or anything like that?

MagicShel@programming.dev · 2 pts · 2y (2 replies)

This is just Safari in reader mode. No vpns. I checked Firefox in reader mode and I don't see the same thing.

tripflag@lemmy.world · 7 pts · 2y (1 reply)

oh good, that's just reader-mode mangling the TOC. Those are supposed to be clickable links to jump to the relevant section. Firefox's reader-mode does a better job by not rendering the TOC at all. Thanks for the scare hehe

MagicShel@programming.dev · 2 pts · 2y

Gotcha. Sorry!