Created
July 11, 2017 14:59
-
-
Save leonaugusto16/c4df6ce5e26e28498200a1cfc5388415 to your computer and use it in GitHub Desktop.
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
strace -e trace=write -s1000 -fp <PID> 2>&1 | grep --line-buffered -o '".\+[^"]"' | grep --line-buffered -o '[^"]\+[^"]' | while read -r line; do printf "%b" $line; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment