Skip to content

Find with omissions #1

@todd-dsm

Description

@todd-dsm

Displays everything except .git, .terraform and .idea:

% find . -type f ! \( -path "*/.git/*" -o -path "*/.terraform/*" -o -path "*/.idea/*" \) -exec echo "File: " {} \;

Keep the exec, replace the echo and operations can be performed on each file.

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