Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 559 Bytes

pdumpfs-clean-go

Go implementation of pdumpfs-clean.

how to use?

% git clone https://github.com/yoshisatoyanagisawa/pdumpfs-clean-go.git
% cd pdumpfs-clean-go
% go build pdumpfs-clean.go

then, you get pdumpfs-clean binary.

supported options

  • --dryrun: dry run
  • --keep: specifies the rule to keep directories.
  • --remove-empty: removes empty directory (note that original pdumpfs-clean did not remove empty directory).
  • --verbose: verbose.

limitations

Unlike original implementation, this pdumpfs-clean does not have --force option.