Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Protection against deleting all files #157

@ZX-Commodore-ST

Description

@ZX-Commodore-ST

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

No one assigned

    Labels

    compatibilityissue may effect compatibility

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions