notes/os/shells/zsh/zsh-find.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

18 строки
333 B
Plaintext

type (whence -v)
find a command (in PATH), alias, ...
functions (type -f)
lists only functions but in full-text
which
-//-
Recursive searching:
print -l **/*.c
Here ** is a build-in ability to recursive search, -l - print one argument per line
Fast search
locate / updatedb (/etc/updatedb.conf)
Note: db is at /var/locatedb