Created
July 17, 2012 18:13
-
-
Save anallely/3130959 to your computer and use it in GitHub Desktop.
Bash, iterar lineas de un archivo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while read line; do git rm $line; done < eliminar.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment