Search for something in all files: grep -r 'something' *

Zero pad numbered filenames using rename command (number can be signed): rename 's/[-0-9]+/sprintf("%05d",$&)/e' foo*

-- MikeHadmack - 01 Sep 2010
Topic revision: r3 - 14 Mar 2011, MikeHadmack
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback