You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
support for switches such as mkdir -p, rmdir -p.
The text was updated successfully, but these errors were encountered: