source: trunk/procs/grepsed.pro @ 13

Last change on this file since 13 was 2, checked in by post_it, 17 years ago

Initial import from ~/POST_IT/

File size: 114 bytes
Line 
1FUNCTION grepsed, command1,command2
2;
3; grep + sed
4;
5   spawn, command1+'|'+command2, line
6
7return, line[0]
8
9END
Note: See TracBrowser for help on using the repository browser.