From 10849754a0b21d88e65da2a38f6c1fb83ddbf275 Mon Sep 17 00:00:00 2001 From: Alexandre Stein Date: Thu, 18 Feb 2021 19:20:21 +0100 Subject: [PATCH] Add mention of the CSV export in read-me --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 55ac6d6..75ec7f2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Scan directory and sub directories to display file layout from the size standpoi The package can optionally take a parameter which will be used as base directory. Otherwise the current directory is used. + In the current path: ```sh @@ -28,3 +29,14 @@ Less than 4K -> 377K (377699) Between 4K and 16K -> 168K (168241) ... ``` + +## Export results + +Additionally the result is sent to a `fs-scan_output.csv`. +Multiple run can be done from the same directory to collect outputs from multiple directories in a single file. + +```sh +fs-scan dir1 && fs-scan dir2 +``` + +CSV files are easy to use and import into spreadsheets. \ No newline at end of file