Created
May 12, 2018 17:02
-
-
Save ratpik/4b6a9f28ab9fa3c712d152d2449189aa to your computer and use it in GitHub Desktop.
Split lines with Regex provided to awk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat *.csv| awk -F "\"*,\"*" '{print $2}'|uniq|wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment