blob: c6f44f6a66ee03162d259f471d577520b6e08719 [file] [log] [blame]
gsh = new com.baulsupp.groovy.groosh.Groosh();
s = gsh.cat('test_scripts/blah.txt').pipeTo(gsh.grep('a')).toStringOut();
System.out.println('->' + s.toString() + '<-');