Skip to content

Instantly share code, notes, and snippets.

@wperron
Created January 31, 2022 20:43
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 wperron/16fc0e096425745849ec055c0cb86470 to your computer and use it in GitHub Desktop.
Save wperron/16fc0e096425745849ec055c0cb86470 to your computer and use it in GitHub Desktop.
Find local time for someone in the "database"
#!/bin/bash
TZ=$(awk -F ',' "NR>1 && tolower(\$0) ~ /$1/ {print \$2}" people.csv) date \
"+%H:%M"
Name Timezone
Clara UTC4
Cami UTC7
Ximena UTC5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment