You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tldr -p linux awk ✔
`awk` documentation is not available.
If you want to contribute it, feel free to send a pull request to: https://github.com/tldr-pages/tldr
The awk command is located in common/awk.md and should work on any platform (linux, macos, etc.), at least no matter what the -p option is, you should get the documented results.
The reason why I have this problem is that I execute the command tldr gawk and the output is
$ tldr gawk ✔
gawk
这是 `-p linux awk` 命令的一个别名。
- 原命令的文档在:
tldr -p linux awk
Found 2 pages with the same name under the platforms: osx, osx.
Leads me to execute tldr -p linux awk,After I executed it, the following prompts
$ tldr -p linux awk ✔
`awk` documentation is not available.
If you want to contribute it, feel free to send a pull request to: https://github.com/tldr-pages/tldr
I think this is ill-designed!
The text was updated successfully, but these errors were encountered:
OS: Manjaro 24.2.1 Yonada, and install tldr using the command sudo pacman -S tldr, I understand your description, but I think this may be a more usable optimization point.
tldr -p linux awk
output :$ tldr -p linux awk ✔ `awk` documentation is not available. If you want to contribute it, feel free to send a pull request to: https://github.com/tldr-pages/tldr
tldr awk
output :The
awk
command is located incommon/awk.md
and should work on any platform (linux
,macos
, etc.), at least no matter what the-p
option is, you should get the documented results.The reason why I have this problem is that I execute the command
tldr gawk
and the output is$ tldr gawk ✔ gawk 这是 `-p linux awk` 命令的一个别名。 - 原命令的文档在: tldr -p linux awk Found 2 pages with the same name under the platforms: osx, osx.
Leads me to execute
tldr -p linux awk
,After I executed it, the following prompts$ tldr -p linux awk ✔ `awk` documentation is not available. If you want to contribute it, feel free to send a pull request to: https://github.com/tldr-pages/tldr
I think this is ill-designed!
The text was updated successfully, but these errors were encountered: