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 have long known I was following bad practice with this...but here it is said that find is no better. Looks like at least some of the common wisdom is to use a glob ( for f in * , etc)
Of course, it looks like many of these types are specifically meant to circumvent symlinks and hidden files, which are at least half of what we look to operate on at times. So pitfalls abound and perhaps working code ought to get preferential treatment.
I think I am far enough along to see why this is potentially a bad idea.
The text was updated successfully, but these errors were encountered: