This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
e168a701ec
Branches
Tags
No results found.
tldr
/
pages.zh
/
common
/
n.md
marchersimon
442a013cb8
hexdump, logger, netstat, n, nm, pdfgrep: move to common (
#6549
)
2021-09-18 18:05:08 -03:00
395 B
Raw
Blame
History
n
用于管理多个节点版本的工具。
安装给定版本的节点。如果版本已经安装,它将被激活:
n {{版本}}
显示已安装的版本并以交互方式激活其中一个版本:
n
删除一个版本:
n rm {{版本}}
使用给定版本执行文件:
n use {{版本}} {{文件.js}}
输出指定版本的二进制:
n bin {{版本}}