Skip to content

Commit db37b90

Browse files
authored
Merge pull request #169 from Wandalen/find
[find] first implementation
2 parents 9842bf2 + e9ff9d2 commit db37b90

File tree

10 files changed

+780
-0
lines changed

10 files changed

+780
-0
lines changed

Cargo.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

file/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ gettext-rs.workspace = true
1313
libc.workspace = true
1414
atty.workspace = true
1515
regex.workspace = true
16+
walkdir = "2"
17+
users = "0.11"
1618

1719
[[bin]]
1820
name = "cat"
@@ -41,3 +43,7 @@ path = "src/tee.rs"
4143
[[bin]]
4244
name = "file"
4345
path = "src/file.rs"
46+
47+
[[bin]]
48+
name = "find"
49+
path = "src/find.rs"

0 commit comments

Comments
 (0)