Skip to content

unusual implementation of find command #3

@cbertelli

Description

@cbertelli

Maybe it's a stupid request but the find command is not consistent with the usual syntax of the same command on unix like machines.
This implementation works with -p parameter for the starting directory, which is maybe good for windows.
Posix implementation uses the starting directory as the first parameter ("./" if starting from current directory) and the search pattern as the second.
It's not a big problem, but if you could detect the environment and switch the parameters, it would be convenient...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions