Skip to content

Instantly share code, notes, and snippets.

@t-ob
Created July 31, 2012 14:45
Show Gist options
  • Save t-ob/3217515 to your computer and use it in GitHub Desktop.
Save t-ob/3217515 to your computer and use it in GitHub Desktop.
csv script
#!/bin/bash
NOW=$(date +"%Y-%m-%d-%T")
USERS10="users-10.$NOW.csv"
EVENTS10="events-10.$NOW.csv"
USERS20="users-20.$NOW.csv"
EVENTS20="events-20.$NOW.csv"
echo $USERS10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment