Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwestgard authored Jul 4, 2016
1 parent 0c8593e commit ee70976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This script includes the following subcommands:

- bytecount (bc): Sum the bytes of (visible) files in the specified path, and also count them by extension.
- inventory (inv): Create a CSV report containing file metadata for all visible files in the specified path. Write CSV to an output file (specified with -o flag) or send the data to stdout for further processing. Resume previously interrupted jobs by specifying path to an existing (with -e flag) partial inventory file.
- compare (comp): Compare any number of file lists previously generated by various untilities, to ensure that the filesets are identical. Supported reports include those created by this script, tab-delimited File Analyzer reports, or Tivoli Storage Manager Backup reports.
- compare (comp): Compare two or more file lists previously generated by various utilities, to ensure that the filesets are identical. Supported report formats include ones created by this script, tab-delimited File Analyzer reports, and Tivoli Storage Manager Backup reports.
- verify (ver): Compare two existing inventory CSVs or inventories generated at runtime, by verifying their filenames and checksums (in the current implementation, filenames are assumed to be unique).

To install, clone this repository and do:
Expand Down

0 comments on commit ee70976

Please sign in to comment.