- Published:
- February 13, 2010 – 1:12 pm
- Author:
- By Dave
The Bash command environment, which is the namesake of this blog, is very flexible in that it allows you to manipulate the filesystem in many ways. Awk and sed are very powerful tools that allow you to do this rename with a simple one line command. This post will walk you through doing this with [...]
Categories: Code Samples, Linux, Shell, System Administration
Tagged: awk, bash, csv
- Published:
- October 14, 2008 – 3:16 pm
- Author:
- By Dave
Found a great post over at good coders code, great reuse. This one deals with performing operations on sets using only unix (bash) command line operations on files of text.
* Set Membership. Test if an element belongs to a set.
* Set Equality. Test if two sets [...]
Categories: Code Samples, Linux, Shell
Tagged: awk, bash, grep, join, sed, set operations, union