Created
August 30, 2019 06:04
-
-
Save orimanabu/a40d6dcb3fb37658817802dc5a25e411 to your computer and use it in GitHub Desktop.
coloring tail memo
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
esc=$(printf '\033'); tail -f /var/log/containers/nova/nova-compute.log | sed -e "s/d7ed6fe9-e0fb-4ccb-8d80-85bd80cf367a/${esc}[33md7ed6fe9-e0fb-4ccb-8d80-85bd80cf367a${esc}[0m/g" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment