Last active
January 12, 2017 23:27
-
-
Save wcomnisky/d96d18856266cbf13139a6d16682472f to your computer and use it in GitHub Desktop.
Find all the post-receive hook files sorted by last modification time
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 ./ -type f -iname post-receive -printf '%TY%Tm%Td %h/%f\n'|sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment