Skip to content

Instantly share code, notes, and snippets.

@sukhikh18
Created July 9, 2021 10:46
Show Gist options
  • Save sukhikh18/b7206ee7b08060afd40527f454679a83 to your computer and use it in GitHub Desktop.
Save sukhikh18/b7206ee7b08060afd40527f454679a83 to your computer and use it in GitHub Desktop.
Применить команду к найденным файлам
for f in $(find /var/www/docker/nginx/conf.d/ -name *.conf.template); do echo $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment