Skip to content

Instantly share code, notes, and snippets.

@anallely
Created July 17, 2012 18:13
Show Gist options
  • Save anallely/3130959 to your computer and use it in GitHub Desktop.
Save anallely/3130959 to your computer and use it in GitHub Desktop.
Bash, iterar lineas de un archivo
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