192
What stupidly easy tech solution do people gloss over all of the time?
(kbin.melroy.org)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
mind expanding on what these solve?
Awk is a helps you do any kind of processing of semi structured text data.
Sed is a stream editor which lets you edit a file using commands. Which is tedious until you need to replace something in a bunch if files or make very specific edits across a large number of files.
Grep is just find pattern in text file.