-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
compatibilityissue may effect compatibilityissue may effect compatibility
Description
I have few files in a directory. Some of the files don't have any extension. I try to execute command:
del *
It's useful to delete files without extension and leave other files. In MS-DOS command.com command is executed without asking user. In freecom it stops with question "Are you sure?" I think it should only ask when used with:
del *.*
At least that's how it works in MS-DOS.
My current workaround:
del *.
Metadata
Metadata
Assignees
Labels
compatibilityissue may effect compatibilityissue may effect compatibility