Skip to content

Instantly share code, notes, and snippets.

@humanfactors
Created July 13, 2017 11:30
Show Gist options
  • Save humanfactors/ad0677dd1b58317437ee729bf9a29a30 to your computer and use it in GitHub Desktop.
Save humanfactors/ad0677dd1b58317437ee729bf9a29a30 to your computer and use it in GitHub Desktop.
extraction-mover
#! /bin/zsh -
mv analysis/data/exp3_pmdata.csv analysis/data/archive/exp3_pmdata.`date +%m%d%Y`.csv
cp cleaning/extractor/data/py-processed/*.csv(.om[1]) analysis/data/exp3_pmdata.csv
echo "Moved"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment