Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. godfather@vitto:~$ cat script.sh
  2. #!/bin/bash
  3. for I in `find /home/godfather/sprecher/LocutoresBU -name *.mp3`; do cp "$I" //home/godfather/mp3files"; done
  4. godfather@vitto:~$ sh script.sh
  5. script.sh: 3: script.sh: Syntax error: Unterminated quoted string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement