uutils/findutils

find: find -amin 1 output differs with GNU

オープン

#813 opened on 2026/08/06

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (96 件のフォーク)user submission
good first issue

Repository metrics

Stars
 (635 個のスター)
PR merge metrics
 (平均マージ 26d 6h) (30d で 46 merged PRs)

説明

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

コントリビューターガイド