find: find -amin 1 output differs with GNU
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 62/100
Research direction
Reproduce the discrepancy with the Rust find binary using -amin 1, then compare its output with GNU find -amin 1. Trace the -amin handling and make the Rust command report the same matching ./target/debug/find.d entry; verify the behavior against both command examples.
Written by the indexing model from the issue text.
Description
uutils findutils:
$ cargo run --bin find -- -amin 1
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
Running `target/debug/find -amin 1`
GNU findutils:
$ find -amin 1
./target/debug/find.d
- Dominant language
- Rust
- Stars
- 649
- Forks
- 101
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 11
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from uutils/findutils
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 3/5 1-2 days Newbie friendliness 58/100
-
good first issue
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
good first issue
Difficulty 3/5 1-2 days Newbie friendliness 52/100
All issues in uutils/findutils
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100