Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created August 16, 2019 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/154f4aeea35d3bc7ec3979c2f4927411 to your computer and use it in GitHub Desktop.
Save Nokius/154f4aeea35d3bc7ec3979c2f4927411 to your computer and use it in GitHub Desktop.
[puppet] find hidden caraters

Finden von hidden characters in puppet code

cat -A < my_puppet >.pp

cat -n -A < my_puppet >.pp | grep < line number >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment