this post was submitted on 10 Jul 2023
12 points (92.9% liked)

Web Development

0 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] MirranCrusader@programming.dev 3 points 1 year ago (1 children)

Thanks for the article. This will be a good to save as a PDF for future reference

[–] 3hax6ejo@lemm.ee 2 points 1 year ago (1 children)

Great to hear. In my day-to-day job I use grep all the time against of directory of 50k plus text files. It's a great tool to learn and utilize.

[–] MirranCrusader@programming.dev 2 points 1 year ago (1 children)

I’m mostly a Linux casual who ended up working in not computers so it’s knowledge that’s useful for a month out of a year and hard to retain 😅 This article is what I wish the man page examples were

[–] 3hax6ejo@lemm.ee 1 points 1 year ago

I get you, I have to look up the same stuff all the time because I don't use it often enough. A good alternative to man pages I found is tldr. There's a web app if you don't want to install it either: https://tldr.inbrowser.app/

[–] dinodroid@programming.dev 3 points 1 year ago

These days I prefer rg (ripgrep) instead. However, i love to grep on servers.