Skip to content

yoshisatoyanagisawa/pdumpfs-clean-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Go implementation of pdumpfs-clean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages