Skip to content

Instantly share code, notes, and snippets.

@n8foo
Created January 21, 2016 00:36
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 n8foo/fa87c73f4ca5e4579719 to your computer and use it in GitHub Desktop.
Save n8foo/fa87c73f4ca5e4579719 to your computer and use it in GitHub Desktop.
#! /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