Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swap ls for find #106

Open
mateor opened this issue Mar 10, 2013 · 3 comments
Open

swap ls for find #106

mateor opened this issue Mar 10, 2013 · 3 comments

Comments

@mateor
Copy link
Owner

mateor commented Mar 10, 2013

I think I am far enough along to see why this is potentially a bad idea.

@mateor
Copy link
Owner Author

mateor commented Aug 14, 2013

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)

@mateor
Copy link
Owner Author

mateor commented Aug 15, 2013

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.

@mateor
Copy link
Owner Author

mateor commented Aug 29, 2013

I have begun this...but instead of find, I have found globbing to be the best thing. This is used in all the 3.1 update, ongoing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant