From 029f948cc32ea09de53bdb586a60201b926f83a7 Mon Sep 17 00:00:00 2001 From: Duncan Date: Wed, 17 Nov 2010 10:50:06 +0000 Subject: Add formula for fex Add a formula for fex, a field extraction tool. A replacement for some cut and awk commands. Signed-off-by: Adam Vandenberg --- Library/Formula/fex.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/fex.rb (limited to 'Library/Formula') diff --git a/Library/Formula/fex.rb b/Library/Formula/fex.rb new file mode 100644 index 000000000..e90d25a35 --- /dev/null +++ b/Library/Formula/fex.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Fex