Created
January 21, 2016 00:36
-
-
Save n8foo/fa87c73f4ca5e4579719 to your computer and use it in GitHub Desktop.
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
#! /bin/bash | |
find /var/lib/puppet/clientbucket -name paths -exec ls -la {} \; -exec cat {} \; | grep -B 1 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment