uutils / findutils

Rust implementation of findutils
MIT License
287 stars 35 forks source link

Implement `-I / --replace` #310

Closed sylvestre closed 3 months ago

sylvestre commented 5 months ago
  -I R                         same as --replace=R
  -i, --replace[=R]            replace R in INITIAL-ARGS with names read
                                 from standard input, split at newlines;
                                 if R is unspecified, assume {}
DweepKM commented 5 months ago

@sylvestre I would like to work on this issue.

sylvestre commented 5 months ago

Could you please try another one ? I started this one sorry

DweepKM commented 5 months ago

No issue, let me know if there's any way I can assist you.

DweepKM commented 5 months ago

@sylvestre Are you addressing issues #308 and #307 as well?

sylvestre commented 5 months ago

No they are separate