Skip to content

Instantly share code, notes, and snippets.

@Imorate
Created May 20, 2022 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Imorate/f4a5d45fe37817663bc1a7334222cd6b to your computer and use it in GitHub Desktop.
Save Imorate/f4a5d45fe37817663bc1a7334222cd6b to your computer and use it in GitHub Desktop.
Cut output tab delimeter
cut -d "," -f 1,3 text.txt --output-delimiter=$'\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment