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
I don't use windows, so this answer may be off, but I'd bet that's a shell problem: You need to use single quotes ' to not have it resolve the* before passing it into phpab.
Additionally, the match operation is performed on the actual path, before it's added to the map (or skipped). So it is unlikely that folder/* will ever match. Try '*/folder/*'.
Is there a way I am missing to exclude an entire directory and it's contents?
I have tried...
-e "folder/*"
However, the items in this folder are still added to the output. I am using Windows.
Thanks you and great project!
The text was updated successfully, but these errors were encountered: