Skip to content

Instantly share code, notes, and snippets.

@jarodwen
Created February 6, 2013 23:45
Show Gist options
  • Save jarodwen/4726976 to your computer and use it in GitHub Desktop.
Save jarodwen/4726976 to your computer and use it in GitHub Desktop.
Removing the tailing bar in tpch data
sed -i -e 's/|$//' lineitem.table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment