I want to create a bash alias for this awk command:
awk -F'@' '{gsub(/\./, "", $1); print $1 "@" $2}' gmail_block_log.csv > cleaned_email_addresses.txt
My awk foo sucks, and Google isn't being very helpful. I know we have talent here in KFN, so, a little assistance please?
awk -F'@' '{gsub(/\./, "", $1); print $1 "@" $2}' gmail_block_log.csv > cleaned_email_addresses.txt
My awk foo sucks, and Google isn't being very helpful. I know we have talent here in KFN, so, a little assistance please?






Comment