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
But simply matching 999* doesn't work, as it would also match the 9999copyrights directory, so we'd either need to skip that directory in the for loops, or use extended globbing to match digits only.