From 0f4a15928b9749fb07c34698bf6cedfd497fcd08 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Fri, 26 Jul 2024 14:27:37 +1000 Subject: [PATCH] filefrag: edit page (#13305) --- pages/linux/filefrag.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/linux/filefrag.md b/pages/linux/filefrag.md index 894101fef..e5ffade50 100644 --- a/pages/linux/filefrag.md +++ b/pages/linux/filefrag.md @@ -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: