Skip to content

Instantly share code, notes, and snippets.

@jacqui
Created January 13, 2012 23:01
Show Gist options
  • Save jacqui/1609232 to your computer and use it in GitHub Desktop.
Save jacqui/1609232 to your computer and use it in GitHub Desktop.
#!/bin/bash
scp olytech@olytech1:/data/overall/after_oly* ~/data/overall/
#!/bin/bash
# find . -name "*$1*"
find . -name "*$1*" -print -quit | xargs open
#!/bin/bash
find . -name "*$1*"
#!/bin/bash
find . -name "*.xml" -type f -exec xmllint --format {} --output {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment