Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Created October 16, 2013 21:40
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 cwvhogue/7015381 to your computer and use it in GitHub Desktop.
Save cwvhogue/7015381 to your computer and use it in GitHub Desktop.
saving mfind results as a file to a manta object
mjob create -w -r "mfind /${MANTA_USER}/${USER_PATH}/${USER_ORIGINALS} -n 'jpg$' > /var/tmp/out.txt && \
mput -f /var/tmp/out.txt /${MANTA_USER}/${USER_PATH}/${USER_ORIGINALS}/input_list.txt" < /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment