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

Sound files copy on a Mac #4

Open
kmcrawford opened this issue Feb 1, 2020 · 0 comments
Open

Sound files copy on a Mac #4

kmcrawford opened this issue Feb 1, 2020 · 0 comments

Comments

@kmcrawford
Copy link

kmcrawford commented Feb 1, 2020

Hi @dankraus, not really an issue but you asked how to copy on a Mac.
I created a bash script that does the following if you run it from your Padawan_R2_sounds directory in the terminal.

ls *.mp3 |  sort -n > files.txt
while read p; do
    cp "${p}" /Volumes/R2D2_SOUNDS/
done <files.txt
rm files.txt
rm -rf /Volumes/R2D2_SOUNDS/.*
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