mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 07:46:02 +02:00
truncate: add link (#5569)
This commit is contained in:
parent
30b4f26add
commit
fb545b6942
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# truncate
|
# truncate
|
||||||
|
|
||||||
> Shrink or extend the size of a file to the specified size.
|
> Shrink or extend the size of a file to the specified size.
|
||||||
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/truncate-invocation.html>.
|
||||||
|
|
||||||
- Set a size of 10 GB to an exsting file, or create a new file with the specified size:
|
- Set a size of 10 GB to an exsting file, or create a new file with the specified size:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue