coreutils/src/uu/truncate
Jeffrey Finkelstein 5eb2a5c3e1 truncate: remove read permissions from OpenOptions
Remove "read" permissions from the `OpenOptions` when opening a new file
just to truncate it. We will never read from the file, only write to
it. (Specifically, we will only call `File::set_len()`.)
2021-05-22 23:45:05 -04:00
..
src truncate: remove read permissions from OpenOptions 2021-05-22 23:45:05 -04:00
Cargo.toml new release 0.0.6 to address the cat issue 2021-04-03 16:06:58 +02:00