Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created September 24, 2014 14:00
Show Gist options
  • Save nmccready/a05fa2816fbbd1d3ba1d to your computer and use it in GitHub Desktop.
Save nmccready/a05fa2816fbbd1d3ba1d to your computer and use it in GitHub Desktop.
how to use ren osx brew all *.txt to *.xsv or zsh (zmv)
ren -v "*.txt" "#1.csv"
zmv '(*).txt' '$1.csv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment