Created
April 12, 2016 21:29
-
-
Save fczuardi/25da5e105da35a2ff8d4ff010a0c5fa0 to your computer and use it in GitHub Desktop.
command line to extract utterances from LUIS app log
This file contains hidden or 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 ~/Desktop/logs.csv|grep "^\"" | cut -d , -f 1 | sort | uniq -u | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment