Last active
April 13, 2017 13:10
-
-
Save fabienhinault/0c283016564816e8a4e324e734b17896 to your computer and use it in GitHub Desktop.
This file contains hidden or 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/sh | |
| find <log_dir> -not -empty | xargs ls -t | head -n $1 | tail -n 1 | xargs less -NX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment