uutils/findutils

find: find -amin 1 output differs with GNU

Open

#813 opened on Aug 6, 2026

 (1 comment) (0 reactions) (0 assignees)Rust (96 forks)user submission
good first issue

Repository metrics

Stars
 (635 stars)
PR merge metrics
 (Avg merge 26d 6h) (46 merged PRs in 30d)

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

Contributor guide