You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My quick and dirty way has been with commands like:
ls -lR |grep -i -e ISSUE_TEMPLATE.md -e PULL_REQUEST_TEMPLATE.md -e CONTRIBUTING.md
That can of course be improved by putting the list of things to search for in a source file for grep (or find), or better, by creating a shell script that does this.
Even better would be to modify the shell script that creates the audit "shell" by initializing a custom audit file in which the shell script is run and then modifies the audit file with the results of the file/folder checks.
The text was updated successfully, but these errors were encountered:
schroedey
changed the title
Create tool to (better) automate file/folder checks.
Create tool to (better) automate file/folder checks
May 11, 2018
My quick and dirty way has been with commands like:
ls -lR |grep -i -e ISSUE_TEMPLATE.md -e PULL_REQUEST_TEMPLATE.md -e CONTRIBUTING.md
That can of course be improved by putting the list of things to search for in a source file for
grep
(orfind
), or better, by creating a shell script that does this.Even better would be to modify the shell script that creates the audit "shell" by initializing a custom audit file in which the shell script is run and then modifies the audit file with the results of the file/folder checks.
The text was updated successfully, but these errors were encountered: