Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Switches #1

Open
vinayakDhar opened this issue Jul 13, 2012 · 1 comment
Open

Support for Switches #1

vinayakDhar opened this issue Jul 13, 2012 · 1 comment

Comments

@vinayakDhar
Copy link

support for switches such as mkdir -p, rmdir -p.

@clvv
Copy link
Owner

clvv commented Jul 13, 2012

It should be possible for rmdir -p. But as for mkdir -p, I didn't think it was possible. The problem is: how do you know how many levels of dir to remove for a mkdir -p? But I gave it a little more thought after seeing this issue -- perhaps it can be done by querying creation time-stamp for the dirs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants