Skip to content

Instantly share code, notes, and snippets.

@AkiyukiOkayasu
Last active May 20, 2024 09:32
Show Gist options
  • Select an option

  • Save AkiyukiOkayasu/a27772eadd899da3fd1ff32edbc365be to your computer and use it in GitHub Desktop.

Select an option

Save AkiyukiOkayasu/a27772eadd899da3fd1ff32edbc365be to your computer and use it in GitHub Desktop.
awk -F "_" '{for(i=1; i<=NF; i++) $i=toupper(substr($i,1,1)) substr($i,2)} 1' OFS="" input.csv > output.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment