Created
February 18, 2014 00:43
-
-
Save kentbye/9062306 to your computer and use it in GitHub Desktop.
Filter out the unix paths from a Jekyll-annotated HTML file
This file contains 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
# Filter out the URL path from the Jekyll-annotated HTML file | |
cat puppet_3.html | grep "%}</li>" | cut -d, -f2 | sed 's/"\(.*\)".*/\1/' > puppet_3.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment