Skip to content

Instantly share code, notes, and snippets.

@paulschreiber
Created August 22, 2014 17:45
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 paulschreiber/6c766d69d9fc023a1a07 to your computer and use it in GitHub Desktop.
Save paulschreiber/6c766d69d9fc023a1a07 to your computer and use it in GitHub Desktop.
bash for loops
for i in 001 002 003 004 005 006 007 008 009 010 011 012 013 015 016
do
wp import --authors=create foo.2014-08-04.$i.xml
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment