amend 'find' cmd

This commit is contained in:
zachvalenta 2018-05-12 14:02:03 -04:00
parent ff4429fad4
commit a0e51f9f75

View File

@ -28,8 +28,7 @@ The project layout should look like:
$ pwd
<some path>/tutorial
$ find .
.
$ find . -type d -name "env" -prune -o -type f -print
./manage.py
./tutorial
./tutorial/__init__.py