How to find directory with terminal In Ubuntu

$ find . -type d | grep <dir name>


Output

./topy
./topy/.git
./topy/.git/refs
./topy/.git/refs/tags
./topy/.git/refs/heads
./topy/.git/refs/remotes
./topy/.git/refs/remotes/origin
./topy/.git/hooks
./topy/.git/objects
./topy/.git/objects/3c
./topy/.git/objects/a1
./topy/.git/objects/b3
./topy/.git/objects/79

Comments

Popular posts from this blog

AttributeError: Got AttributeError when attempting to get a value for field `abc` on serializer `PfleSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `QuerySet` instance. Original exception text was: 'QuerySet' object has no attribute 'abc'.

ImportError: No module named regex