Skip to content

Instantly share code, notes, and snippets.

@shiywang
Created December 11, 2021 22:44
Show Gist options
  • Save shiywang/809f4d22a5efb50876beb3c27ccdd142 to your computer and use it in GitHub Desktop.
Save shiywang/809f4d22a5efb50876beb3c27ccdd142 to your computer and use it in GitHub Desktop.
cat 50.log |grep "app_main.js:105" |awk -F ' ' '{print $5}' > plot1.csv
plot "plot1.csv" title "test" linetype 5 lc 3 w lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment