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
# don't expand a wildcard that doesn't match any files into the wildcard... instead, turn into an empty string. so we can loop around *.gz or *.txt or *whatever* without worrying about lack of match and having our loop return unexpanded wildcard, which is a pita