Skip to content

Instantly share code, notes, and snippets.

@rduque1
Created September 10, 2022 11:01
Show Gist options
  • Save rduque1/06a95f6c45ef03caff701e5f4cfd9f72 to your computer and use it in GitHub Desktop.
Save rduque1/06a95f6c45ef03caff701e5f4cfd9f72 to your computer and use it in GitHub Desktop.
replace comma by tab
sed 's/,/\t/g' test.txt > output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment