uutils/findutils

find: find -amin 1 output differs with GNU

開放

#813 建立於 2026年8月6日

 (1 則留言) (0 個反應) (0 位負責人)Rust (96 個分叉)user submission
good first issue

倉庫指標

星標
 (635 顆星)
PR 合併指標
 (平均合併 26天 6小時) (30 天內合併 46 個 PR)

描述

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

貢獻者指南