$> GECOS=$(grep $(whoami) /etc/passwd | cut -d : -f 5)
$> awk -F\, '{print "Hello, my name is: \033[34m" $1}' <<< $GECOS
Hello, my name is: Andrés Rodríguez
$> awk -F\, '{print "And my e-mail is: \033[34m" $5}' <<< $GECOS
And my e-mail is: hello@andres.codes
$> help links
Enter one of the following commands to be redirected:
gitlab - GitLab Profile
github - GitHub Profile
resume - My Resumé