1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

cat: check if the input file is also the output file

This commit is contained in:
Michael Debertol 2021-08-08 00:48:37 +02:00
parent d967a7a553
commit 03ceb6750e
4 changed files with 87 additions and 6 deletions

1
Cargo.lock generated
View file

@ -2023,6 +2023,7 @@ dependencies = [
"unix_socket",
"uucore",
"uucore_procs",
"winapi-util",
]
[[package]]