mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 11:55:44 +02:00
whence: fix broken links (#17483)
This commit is contained in:
parent
87962da61e
commit
07ac4b85a2
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# whence
|
||||
|
||||
> Un comando integrado de zsh para indicar cómo se interpretaría un comando dado.
|
||||
> Más información: <https://keith.github.io/xcode-man-pages/whence.1.html>.
|
||||
> Más información: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
|
||||
|
||||
- Interpreta `comando`, con expansión si se define como un `alias` (similar al `command -v` integrado):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# whence
|
||||
|
||||
> Zsh 내장 명령어로, 명령어가 어떻게 해석될지를 나타냅니다.
|
||||
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/whence.1.html>.
|
||||
> 더 많은 정보: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
|
||||
|
||||
- `command`를 해석하고, `alias`로 정의된 경우 확장:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# whence
|
||||
|
||||
> A Zsh builtin to indicate how a command would be interpreted.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/whence.1.html>.
|
||||
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
|
||||
|
||||
- Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue