- or download this
#!/usr/bin/perl
# file grep.pl
...
$found = '';
}
}
- or download this
$ perl grep.pl AAA XXX example.txt
- or download this
1 YYY
2 first AAA
...
14 blorflydick
15 XXX
16 fourth AAA
- or download this
example.txt: ' 5 second AAA'
example.txt: ' 10 third AAA'