_ _ _ _ _ _ _ _ _ _ _ _ _
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>
_ _ _ _ _ _ _ _ _ _ _ _ _
^__^ (oo)\_______ (__)\ )\/\ ||----w | || ||
find . -type f -exec ls -s {} ; | sort -n -r | head -5