Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- find /etc -type f -name "*.conf" -printf '%f\n' | sort | head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement