init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/csh
|
||||
if ($#argv == 4) then
|
||||
cat $1 | grep -nE "$2|$3" | grep $4
|
||||
else if ($#argv == 3) then
|
||||
cat $1 | grep -nE "$2|$3"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user