mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 22:50:27 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user