зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
12 строки
236 B
Plaintext
12 строки
236 B
Plaintext
type -a <func-name>
|
|
command -v <func-name>
|
|
|
|
bash -ixlc : 2>&1 | grep <func-name>
|
|
zsh -ixc : 2>&1 | grep <func-name>
|
|
|
|
functions
|
|
alias
|
|
|
|
qa
|
|
https://unix.stackexchange.com/questions/322459/is-it-possible-to-check-where-an-alias-was-defined
|