Skip to main content

One post tagged with "text-processing"

View All Tags

Linux Commands for Text Processing

· One min read
Sang, Nguyen Nhat
Infrastructure Engineer at VNG

Hey, we all know Linux is fun, hence I opened a new Linux / Cheat Sheet section from the Notes above. In our first post, I will introduce you some popular ways to process text lines and text files in Linux bash shell. They are: cut, sed and awk.

note

When I said about keyword Linux, please refer it as Bash version 4 in Linux!