uutils/findutils

find: find -amin 1 output differs with GNU

Aperta

#813 aperta il 6 ago 2026

 (1 commento) (0 reazioni) (0 assegnatari)Rust (96 fork)user submission
good first issue

Metriche repository

Star
 (635 stelle)
Metriche merge PR
 (Merge medio 26g 6h) (46 PR mergiate in 30 g)

Descrizione

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

Guida contributor