Skip to content

Instantly share code, notes, and snippets.

View emanuelvintila's full-sized avatar

Emanuel Vintilă emanuelvintila

  • Ploiești, România
View GitHub Profile
#!/usr/bin/env awk -f
{
suma_gr[$2] += $5
count_gr[$2]++
suma_an[$1] += $5
count_an[$1]++
}
END {
#!/usr/bin/env bash
if [[ $# -lt 2 ]]; then
echo "The script requires at least 2 arguments."
exit 1
fi
copy_dir="$1"
shift
while [[ $# -ne 0 ]]; do
dir="$1"

Keybase proof

I hereby claim:

  • I am emanuelvintila on github.
  • I am emlvintila (https://keybase.io/emlvintila) on keybase.
  • I have a public key whose fingerprint is DCB2 E4F4 5DFC 1AC8 AA22 B028 72C7 52EC 9C99 F4D7

To claim this, I am signing this object: