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

贡献者指南