Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

file tagging runs slow for large tarballs (e.g. php and git) #91

Description

@MikeFultonDev

A big part of the problem is dealing with 'funny' file names out of find.
@dougburns has fixes that work and are likely the best we can do with what we have.
BUT I saw this: https://explainshell.com/explain?cmd=find%20.%20-type%20f%20-print0
Too bad our 'find' doesn't support -print0, nor does our xargs (BUT - we can port these...)

IF we had a modern find and xargs then we could more efficiently process file names with odd characters using the -0 options on find and xargs.

@dougburns @IgorTodorovskiIBM fyi....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions