Thanks Kyle, I had run into a case where I had moved a pass entry that was in a nested directory to another location and the original directory was kept in place but was now empty. I was unable to remove that empty directory with the rm command for pass so I just removed it using rmdir in the filesystem.
Cameron On Wed, Aug 17, 2016 at 12:20 PM, Kyle Ondy <[email protected]> wrote: > On 16-08-17 09:47, Cameron Smith wrote: > > Hello, > > > > How do I remove a directory in pass? > > I do not see the command to do this in man pass. > > > > Cameron > > Using `pass rm -r [dir]` will recursively remove that directory. > > > _______________________________________________ > > Password-Store mailing list > > [email protected] > > http://lists.zx2c4.com/mailman/listinfo/password-store > >
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
