List files without extension, was: Bug in glob.glob for files w/o extentions in Windows
Peter Otten
__peter__ at web.de
Sun Nov 30 05:19:21 EST 2003
More information about the Python-list mailing list
Sun Nov 30 05:19:21 EST 2003
- Previous message (by thread): Bug in glob.glob for files w/o extentions in Windows
- Next message (by thread): List files without extension, was: Bug in glob.glob for files w/o extentions in Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Georgy Pruss wrote: > Anyway, "*." is not a bad DOS convention to select files w/o extention, > although it comes from the old 8.3 name scheme. BTW, how can you select > files w/o extention in Unix's shells? ls -I*.* The -I option tells the ls command what *not* to show. Peter
- Previous message (by thread): Bug in glob.glob for files w/o extentions in Windows
- Next message (by thread): List files without extension, was: Bug in glob.glob for files w/o extentions in Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list