My new job has me learning a lot of new bash stuff by neccessity. Here's some new stuff I have learned, and wanted to jot down.
I am using awk, but I need to use more than one field separator
awk -F "=|," I wish I had found this earlier, and I searched for it, but never found what I was looking for because my Google-fu was weak. I stumbled upon
(
Read more... )