Skip to content

Instantly share code, notes, and snippets.

@Swarchal
Created February 19, 2017 17:13
Show Gist options
  • Save Swarchal/c947f2f61d2ed8b6dfdd5b8a4df95b46 to your computer and use it in GitHub Desktop.
Save Swarchal/c947f2f61d2ed8b6dfdd5b8a4df95b46 to your computer and use it in GitHub Desktop.
find files ending with 06 to 15
ls | grep -E '*-(0[6-9]|1[1-5])$' > plates_06_to_15.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment