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

Add flags to find to follow symbolic links #942

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidmam
Copy link

@davidmam davidmam commented Jun 2, 2023

If you are using an external drive to hold the BirdSongs folder, the find command may not traverse symbolic links meaning that sounds are not extracted. Adding the -L flag allows find to find the folders by following the symbolic links.

This change just adds the -L flag to find in the three instances it is called.

If you are using an external drive to hold the BirdSongs folder, the find command may not traverse symbolic links meaning that sounds are not extracted. Adding the -L flag allows find to find the folders by following the symbolic links.
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

Successfully merging this pull request may close these issues.

1 participant