When faced with danger, have no fear;
when faced with difficulty, have no worries or stress;
when faced with injustice, have no anger;
at all time, live life without guilt.
little perl search engine
Motore di ricerca per piccoli alberi html ;-)
grep -ir 'pattern' path_dove_cercare/*html|awk --field-separator=":" {'print $1;'}|perl-e '$old=""; while() { if ($_ ne $old) {print "$_"} $old=$_;}'- fabio's blog
- Login to post comments

