-
Recent Posts
Recent Comments
- Kayge on Ford Flex factory hitch project
- Kayge Jilek on Ford Flex factory hitch project
- Renee Jones on Ford Flex seat swap project complete
- bturnip on Ford Flex factory hitch project
- Bill on Ford Flex factory hitch project
Archives
Categories
Meta
Monthly Archives: January 2009
egrep-a-licious
My AIX box doesn’t have GNU grep, so I use egrep on occasion. One liner to find Foo or Bar at the beginning of a line: egrep ^'(Foo|Bar)’ some_file
Posted in computers/programming
Leave a comment