1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

od: implement -w (width)

This commit is contained in:
Wim Hueskes 2016-07-23 21:49:43 +02:00
parent 1b01f02e9e
commit 167d7d3ca9
4 changed files with 78 additions and 8 deletions

1
Cargo.lock generated
View file

@ -667,6 +667,7 @@ dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"unindent 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]