Skip to content

Instantly share code, notes, and snippets.

@orimanabu
Created August 30, 2019 06:04
Show Gist options
  • Save orimanabu/a40d6dcb3fb37658817802dc5a25e411 to your computer and use it in GitHub Desktop.
Save orimanabu/a40d6dcb3fb37658817802dc5a25e411 to your computer and use it in GitHub Desktop.
coloring tail memo
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