perl -e 'foreach (@INC) { print `find $_ -type f -name "*.pm"`; }'
Rants and ravings of a semi-autistic developer who has a hard time remembering idiotic nonsense details. Why remember it, when you know where to find it.
Monday, April 17, 2017
Perl find all modules on your INC path.
Friday, April 14, 2017
oneliner: list names of all ascii files with find and grep
find . -type f -exec grep -lIRn RA1.1 {} \; | tee list
Subscribe to:
Posts (Atom)