mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 22:15:46 +02:00
filefrag: edit page (#13305)
This commit is contained in:
parent
d18350312d
commit
0f4a15928b
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@
|
||||||
|
|
||||||
- Display a report using a 1024 byte blocksize:
|
- Display a report using a 1024 byte blocksize:
|
||||||
|
|
||||||
`filefrag -b {{path/to/file}}`
|
`filefrag -k {{path/to/file}}`
|
||||||
|
|
||||||
|
- Display a report using a certain blocksize:
|
||||||
|
|
||||||
|
`filefrag -b{{1024|1K|1M|1G|...}} {{path/to/file}}`
|
||||||
|
|
||||||
- Sync the file before requesting the mapping:
|
- Sync the file before requesting the mapping:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue