1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

filefrag: edit page (#13305)

This commit is contained in:
Fazle Arefin 2024-07-26 14:27:37 +10:00 committed by GitHub
parent d18350312d
commit 0f4a15928b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,11 @@
- 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: