Mount_Linux

u/Mount_Linux@lemmy.world
0 posts · 2 comments

Recent posts

No posts.

Recent comments

on cat vs sed vs awk · c/linux · 4 pts · 3y

Ok, I would say... cat is mostly used for output of files, and concatenating files. sed and awk are good at reshaping the output of files or piped std input. They both require some time to learn, but it is worth going back to them.