Last active
July 20, 2018 19:01
-
-
Save doniz/5e360fa84744015b56bc2b63d41492fc to your computer and use it in GitHub Desktop.
get all files recursively from directory with bash
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
#!/usr/bin/env bash | |
FILES=$(find "/etc/nginx" -type f) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment