Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Add mention of the CSV export in read-me
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stein committed Feb 18, 2021
1 parent 7a74872 commit 1084975
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 1084975

Please sign in to comment.