Skip to content

Instantly share code, notes, and snippets.

@mattravenhall
Created May 14, 2018 10:58
Show Gist options
  • Select an option

  • Save mattravenhall/380a4d54fbd2984615acddc379975d4e to your computer and use it in GitHub Desktop.

Select an option

Save mattravenhall/380a4d54fbd2984615acddc379975d4e to your computer and use it in GitHub Desktop.
Pull unixtime in seconds as a unique ID for file names, useful when multi-threading but nothing especially novel.
uniqID=$(date +%s)
file='file_'${uniqID}'.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment