Skip to content

Instantly share code, notes, and snippets.

@cdolek
Created June 5, 2017 22:33
Show Gist options
  • Save cdolek/b14421777b688724e942f72aec065f1c to your computer and use it in GitHub Desktop.
Save cdolek/b14421777b688724e942f72aec065f1c to your computer and use it in GitHub Desktop.
getting all string after nth character
**from,to**
awk '{print substr($0,24,999999)}' my.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment