Created
April 13, 2010 19:46
-
-
Save drio/365007 to your computer and use it in GitHub Desktop.
extracting bfast masks from sh script
This file contains 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
cat cluster_JOBS.sh | grep -E "\-e" | ruby -ne 'o = $_[/\.([01]+)\./, 1]; puts o if o' | head -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment