Skip to content

find command builder writes options before path #3

@mistersister

Description

@mistersister

Hi,

I realized the find command constructor always places options before the path, which leads to the usual:

find: paths must precede expression:

The app generates this:
find -type f -mtime 2 /media/data1/

instead of:
find /media/data1 -type f -mtime 2

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