Revamping Text Files with awk and sed

Analysis
Feb 8, 20121 min

The venerable Unix commands awk and sed are the ultimate text-file mixmasters. With these tools you can do useful tasks such as surgically change case, search and replace in multiple files, rearrange columns, and add and remove line numbers.