On Mon, 2004-04-26 at 09:41, Ryan Bowman wrote: > I need a regular expression that will only match filenames with NO periods in them. > My attempts so far don't seem to work at all, in the least. Can someone give me a > hint, please? >
This will work in a find context: find -regex '\./[^.]+' Casey
signature.asc
Description: This is a digitally signed message part
____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
