_ _ _ _ _ _ _ _ _ _ _ _ _
Because . doesn't match \n. [\0-\377] is the most efficient way to match everything currently. Maybe \e should match everything. And \E would of course match nothing. :-) -Larry Wall in <9847@jpl-devvax.JPL.NASA.GOV>
_ _ _ _ _ _ _ _ _ _ _ _ _
/\ ___ /\ // \/ \/ \\ (( O O )) \\ / \ // \/ | | \/ | | | | | | | | | o | | | | | |m| |m|
find . -type f -exec ls -s {} ; | sort -n | head -5