Skip to content

Instantly share code, notes, and snippets.

@jimwhite
Last active June 12, 2023 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimwhite/5f7d96cecb59bf5ab1cbffe2e405da4a to your computer and use it in GitHub Desktop.
Save jimwhite/5f7d96cecb59bf5ab1cbffe2e405da4a to your computer and use it in GitHub Desktop.
#!/bin/bash
find /input_files ! -regex '/input_files/_exceptions.*' -print | head -n 1000 >/outputs/filelist.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment