*: sync more information links in translations (#6537)

This commit is contained in:
marchersimon
2021-10-01 20:28:01 +02:00
committed by GitHub
parent 342456add9
commit 642dbf2e97
310 changed files with 311 additions and 143 deletions

View File

@@ -1,7 +1,7 @@
# am
> Android 活动管理器。
> 更多信息见: <https://developer.android.com/studio/command-line/adb#am>.
> 更多信息<https://developer.android.com/studio/command-line/adb#am>.
- 启动一个指定的活动:

View File

@@ -1,7 +1,7 @@
# dalvikvm
> Android Java 虚拟机。
> 更多信息见: <https://source.android.com/devices/tech/dalvik>.
> 更多信息<https://source.android.com/devices/tech/dalvik>.
- 启动一个 Java 程序:

View File

@@ -2,7 +2,7 @@
> 提供关于 Android 系统服务的信息。
> 此命令只能通过 `adb shell` 使用。
> 更多信息见: <https://developer.android.com/studio/command-line/dumpsys>.
> 更多信息<https://developer.android.com/studio/command-line/dumpsys>.
- 获取所有系统服务的诊断输出:

View File

@@ -1,7 +1,7 @@
# getprop
> 显示关于 Android 系统属性的信息。
> 更多信息见: <https://manned.org/getprop>.
> 更多信息<https://manned.org/getprop>.
- 显示关于 Android 系统属性的信息:

View File

@@ -2,7 +2,7 @@
> 将事件代码或触摸屏手势发送到 Android 设备。
> 此命令只能通过 `adb shell` 使用。
> 更多信息见: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
> 更多信息<https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
- 将单个字符的事件代码发送到 Android 设备:

View File

@@ -1,7 +1,7 @@
# logcat
> 转储系统消息日志。
> 更多信息见: <https://developer.android.com/studio/command-line/logcat>.
> 更多信息<https://developer.android.com/studio/command-line/logcat>.
- 显示系统日志:

View File

@@ -1,7 +1,7 @@
# pm
> 显示关于 Android 设备上的应用程序的信息。
> 更多信息见: <https://developer.android.com/studio/command-line/adb#pm>.
> 更多信息<https://developer.android.com/studio/command-line/adb#pm>.
- 打印所有已安装应用程序的列表:

View File

@@ -1,7 +1,7 @@
# settings
> 获取关于 Android OS 的信息。
> 更多信息见: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
> 更多信息<https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
-`全局` 命名空间中显示环境变量列表:

View File

@@ -2,7 +2,7 @@
> 显示关于 Android 设备屏幕的信息。
> 此命令只能通过 `adb shell` 使用。
> 更多信息见: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
> 更多信息<https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
- 显示 Android 设备屏幕的物理尺寸:

View File

@@ -2,6 +2,7 @@
> 安卓资源包工具Android Asset Packaging Tools
> 该工具可以查看创建更新资源压缩包zip, jar, apk
> 更多信息:<https://elinux.org/Android_aapt>.
- 列出资源压缩包里的内容:

View File

@@ -1,6 +1,7 @@
# ab
> Apache 基准测试工具.最简单的压力测试工具。
> 更多信息:<https://httpd.apache.org/docs/current/programs/ab.html>.
- 向目标 URL 执行 100 次 HTTP GET 请求:

View File

@@ -1,6 +1,7 @@
# abduco
> 终端会话管理器。
> 更多信息:<http://www.brain-dump.org/projects/abduco/>.
- 列出会话:

View File

@@ -1,6 +1,7 @@
# ack
> 一个类似 grep 的搜索工具,为程序员优化。
> 更多信息:<https://beyondgrep.com/documentation>.
- 寻找包含"小明"的文件:

View File

@@ -1,7 +1,7 @@
# ansible-galaxy
> 创建和管理 Ansible 角色。
> 主页: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
- 安装一个角色:

View File

@@ -1,7 +1,7 @@
# ansible-playbook
> 通过 SSH 协议在远程计算机上执行 playbook 中定义的任务。
> 主页: <https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>.
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>.
- 执行 playbook 中的任务:

View File

@@ -2,7 +2,7 @@
> 通过 SSH 协议远程管理计算机组。使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
> 此命令也有关于其子命令的文件,例如:`ansible galaxy`.
> 主页: <https://www.ansible.com/>.
> 更多信息:<https://www.ansible.com/>.
- 列出给定组下的所有主机:

View File

@@ -1,6 +1,7 @@
# ansiweather
> 一个 shell 脚本,用于在终端中显示当前的天气状况。
> 更多信息:<https://github.com/fcambus/ansiweather>.
- 使用公制单位显示 Rzeszow, Poland 接下来 5 天的天气预报:

View File

@@ -2,6 +2,7 @@
> Atom 编辑器的包管理工具。
> 参见 `atom`.
> 更多信息:<https://github.com/atom/apm>.
- 下载包http://atom.io/packages 和主题 http://atom.io/themes:

View File

@@ -2,6 +2,7 @@
> 快速下载工具。
> 支持 HTTP(S), FTP, SFTP, BitTorrent, and Metalink.
> 更多信息:<https://aria2.github.io>.
- 下载一个 URI 到文件:

View File

@@ -1,6 +1,7 @@
# asar
> Electron 平台的文件打包工具。
> 更多信息:<https://github.com/electron/asar>.
- 打包一个文件或目录:

View File

@@ -1,6 +1,7 @@
# asciinema
> 录制和播放终端会话,也可以把他们分享到 asciinema.org.
> 更多信息:<https://asciinema.org/>.
- 将本地安装的`asciinema`与 asciinema.org 账号关联:

View File

@@ -2,7 +2,7 @@
> Bourne-Again SHell.
> 兼容`sh`的命令行解释器。
> 更多信息:<https://gnu.org/software/bash>.
> 更多信息:<https://gnu.org/software/bash/>.
- 启动交互式 shell:

View File

@@ -1,6 +1,7 @@
# brew cask
> macOS 上的应用程序包管理工具。
> 更多信息:<https://github.com/Homebrew/homebrew-cask>.
- 模糊搜索可用命令行工具和软件包:

View File

@@ -1,7 +1,7 @@
# carbon-now
> 创建漂亮的代码图片。
> 更多信息在: <https://github.com/mixn/carbon-now-cli>.
> 更多信息<https://github.com/mixn/carbon-now-cli>.
- 使用默认设置从文件创建图片:

View File

@@ -1,7 +1,7 @@
# etcd
> 分布式,可靠的键值存储,用于分布式系统中存储最关键的数据。
> 更多信息见: <https://etcd.io>.
> 更多信息<https://etcd.io>.
- 启动单节点 etcd 集群:

View File

@@ -1,7 +1,7 @@
# eval
> 在当前 shell 中以单个命令的形式执行参数,并返回其结果。
> 更多信息:<https://ss64.com/osx/eval.html>.
> 更多信息:<https://manned.org/eval>.
- 使用 'foo' 做为参数调用 `echo`:

View File

@@ -1,7 +1,7 @@
# exit
> 退出终端程序。
> 更多信息见: <https://manned.org/exit>.
> 更多信息<https://manned.org/exit>.
- 使用最后执行命令的退出代码,退出终端程序:

View File

@@ -1,6 +1,7 @@
# fc
> 打开最近的命令并编辑它。
> 更多信息:<https://manned.org/fc>.
- 在系统默认编辑器中打开:

View File

@@ -1,6 +1,7 @@
# feh
> 轻量级图像查看工具。
> 更多信息:<https://feh.finalrewind.org>.
- 查看本地图像或使用 URL:

View File

@@ -1,6 +1,7 @@
# file
> 确定文件类型。
> 更多信息:<https://manned.org/file>.
- 提供指定文件类型的描述,对于没有文件扩展名的文件可以正常工作:

View File

@@ -2,7 +2,7 @@
> GNU Privacy Guard.
> 请参阅`gpg2`了解 GNU Privacy Guard 2.
> 更多信息:<https://docs.releng.linuxfoundation.org/en/latest/gpg.html>.
> 更多信息:<https://gnupg.org>.
- 不加密,仅对`doc.txt`进行签名(生成`doc.txt.asc`,格式为 ASCII 码形式):

View File

@@ -1,6 +1,7 @@
# gunicorn
> Python 的 WSGI http 服务器。
> 更多信息:<https://gunicorn.org/>.
- 运行 python web 应用程序:

View File

@@ -1,6 +1,7 @@
# hostname
> 显示或设置系统的主机名。
> 更多信息:<https://manned.org/hostname>.
- 显示本机的主机名:

View File

@@ -1,7 +1,7 @@
# jar
> Java 应用程序 / 类库打包程序。
> 更多信息见: <https://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html>.
> 更多信息<https://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html>.
- 将当前目录中的所有文件递归归档到 `.jar` 文件中:

View File

@@ -1,7 +1,7 @@
# jarsigner
> 签名并验证 Java 存档JAR文件。
> 更多信息见: <https://docs.oracle.com/javase/9/tools/jarsigner.htm>.
> 更多信息<https://docs.oracle.com/javase/9/tools/jarsigner.htm>.
- 签名一个 `JAR` 文件:

View File

@@ -1,7 +1,7 @@
# javadoc
> 从源代码以 HTML 格式生成 Java API 文档。
> 更多信息见: <https://docs.oracle.com/javase/9/javadoc/javadoc-command.htm>.
> 更多信息<https://docs.oracle.com/javase/9/javadoc/javadoc-command.htm>.
- 生成 Java 源代码的文档并将结果保存在文件夹中:

View File

@@ -1,7 +1,7 @@
# jps
> 显示当前用户的 JVM 进程状态。
> 详细信息见: <https://docs.oracle.com/en/java/javase/11/tools/jps.html>.
> 更多信息:<https://docs.oracle.com/en/java/javase/11/tools/jps.html>.
- 列出所有 JVM 进程:

View File

@@ -1,6 +1,7 @@
# logger
> 向系统日志增加记录(/var/log/syslog
> 更多信息:<https://manned.org/logger>.
- 向系统日志增加记录:

View File

@@ -2,7 +2,7 @@
> Makefile 文件描述目标的任务运行器。
> 通常用于控制源代码中可执行文件的编译。
> 更多信息见: <https://www.gnu.org/software/make/manual/make.html>.
> 更多信息<https://www.gnu.org/software/make/manual/make.html>.
- 调用 Makefile 中指定的第一个目标(通常命名为 "all"

View File

@@ -1,7 +1,7 @@
# mongod
> MongoDB 数据库服务器。
> 更多信息见: <https://docs.mongodb.com/manual/reference/program/mongod>.
> 更多信息<https://docs.mongodb.com/manual/reference/program/mongod>.
- 指定配置文件:

View File

@@ -2,7 +2,7 @@
> Apache Maven.
> 用于构建和管理基于 Java 的项目的工具。
> 更多信息见: <https://maven.apache.org>.
> 更多信息<https://maven.apache.org>.
- 编译项目:

View File

@@ -1,7 +1,7 @@
# netstat
> 显示与网络相关的信息,如打开的连接、打开的套接字端口等。
> 更多信息:<https://www.unix.com/man-page/osx/1/netstat>.
> 更多信息:<https://man7.org/linux/man-pages/man8/netstat.8.html>.
- 列出所有端口:

View File

@@ -2,7 +2,7 @@
> 网络探索工具和安全/端口扫描程序。
> 仅当以特权运行 Nmap 时,某些功能才激活。
> 更多信息见: <https://nmap.org>.
> 更多信息<https://nmap.org>.
- 检查 IP 地址是否可用,并猜测远程主机的操作系统:

View File

@@ -2,6 +2,7 @@
> 在进程或操作系统接收到信号后自动执行命令。
> 可用于对用户中断或其他操作执行清理。
> 更多信息:<https://manned.org/trap>.
- 列出设置 trap 的可用信号:

View File

@@ -1,6 +1,7 @@
# tree
> 以树的形式显示当前目录的内容。
> 更多信息:<http://mama.indstate.edu/users/ice/tree/>.
- 显示深度达到 “级数” 级的文件和目录(其中 1 表示当前目录):

View File

@@ -1,7 +1,7 @@
# a2disconf
> 在基于 Debian 的操作系统上禁用 Apache 配置文件。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2disconf.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
- 禁用配置文件:

View File

@@ -1,7 +1,7 @@
# a2dismod
> 在基于 Debian 的操作系统上禁用 Apache 模块。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2dismod.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2dismod.8.en.html>.
- 禁用模块:

View File

@@ -1,7 +1,7 @@
# a2dissite
> 在基于 Debian 的操作系统上禁用 Apache 虚拟主机。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2dissite.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
- 禁用虚拟主机:

View File

@@ -1,7 +1,7 @@
# a2enconf
> 在基于 Debian 的操作系统上启用 Apache 配置文件。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2enconf.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2enconf.8.en.html>.
- 启用配置文件:

View File

@@ -1,7 +1,7 @@
# a2enmod
> 在基于 Debian 的操作系统上启用 Apache 模块。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2enmod.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2enmod.8.en.html>.
- 启用模块:

View File

@@ -1,7 +1,7 @@
# a2ensite
> 在基于 Debian 的操作系统上启用 Apache 虚拟主机。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2ensite.8.html>.
> 更多信息:<https://manpages.debian.org/latest/apache2/a2ensite.8.en.html>.
- 启用虚拟主机:

View File

@@ -1,7 +1,7 @@
# a2query
> 在基于 Debian 的操作系统上查看 Apache 运行配置。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2query.1.html>.
> 更多信息:<https://manpages.debian.org/buster/apache2/a2query.1.en.html>.
- 列出启用的 Apache 模块:

View File

@@ -2,6 +2,7 @@
> Apache HTTP web 服务器命令行管理工具。
> 基于 Debian 的操作系统自带该命令,基于 RHEL 的查看 `httpd`。
> 更多信息:<https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.
- 启动 Apache 守护进程。如果已运行则发送一个消息:

View File

@@ -1,6 +1,7 @@
# apt-add-repository
> 管理 apt 仓库。
> 更多信息:<https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
- 添加一个 apt 仓库:

View File

@@ -1,7 +1,7 @@
# arecored
> ALSA 声卡驱动的声音录制器。
> 更多信息:<https://manned.org/aplay>.
> 更多信息:<https://manned.org/arecord>.
- 以 "CD" 质量录制一段声音(录制结束以 Ctrl-C 停止):

View File

@@ -1,7 +1,7 @@
# arithmetic
> 测试见到你的算术问题。
> 更多信息:<https://manpages.debian.org/bsdgames/arithmetic.6.html>.
> 更多信息:<https://manpages.debian.org/bsdgames/arithmetic.6.en.html>.
- 开始算术测试:

View File

@@ -1,7 +1,7 @@
# ark
> KDE 归档工具。
> 更多信息:<https://docs.kde.org/stable5/en/kdeutils/ark/>.
> 更多信息:<https://docs.kde.org/stable5/en/ark/ark/>.
- 将存档解压缩到当前目录:

View File

@@ -1,6 +1,7 @@
# line
> 读取单行输入。
> 更多信息:<https://manned.org/line>.
- 读取输入:

View File

@@ -2,7 +2,7 @@
> 将 macOS 样式的行尾更改为 Unix 样式。
> 用 CR 替换 LF.
> 更多信息: <https://waterlan.home.xs4all.nl/dos2unix.html>.
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
- 更改文件的行尾:

View File

@@ -1,6 +1,7 @@
# poweroff
> 关闭系统。
> 更多信息:<https://www.man7.org/linux/man-pages/man8/poweroff.8.html>.
- 关闭系统电源:

View File

@@ -1,6 +1,7 @@
# reboot
> 重新启动系统。
> 更多信息:<https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
- 立即重新启动:

View File

@@ -2,7 +2,7 @@
> 执行文本的下划线。
> 给定字符串中的每个字符必须单独加下划线。
> 更多信息: <https://manned.org/ul>.
> 更多信息:<https://manned.org/ul>.
- 在适用的情况下用下划线显示文件的内容:

View File

@@ -2,6 +2,7 @@
> 将 Unix 样式的行尾更改为 DOS 样式。
> 用 CRLF 替换 CR.
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
- 更改文件的行尾:

View File

@@ -2,6 +2,7 @@
> 将 Unix 样式的行尾更改为 macOS 样式。
> 用 LF 替换 CR.
> 更多信息:<https://waterlan.home.xs4all.nl/dos2unix.html>.
- 更改文件的行尾:

View File

@@ -1,7 +1,7 @@
# w
> 显示登录者及其进程。
> 更多信息: <https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
> 更多信息:<https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
- 显示当前登录的所有用户的信息:

View File

@@ -1,6 +1,7 @@
# zypper
> SUSE & openSUSE 的软件包管理工具。
> 更多信息:<https://en.opensuse.org/SDB:Zypper_manual>.
- 同步可用的软件包和版本列表:

View File

@@ -2,6 +2,7 @@
> 显示音频文件元数据Metadata详细信息OS X
> OS X 自带命令。
> 更多信息:<https://ss64.com/osx/afinfo.html>.
- 显示给定音频文件的详细信息:

View File

@@ -1,6 +1,7 @@
# defaults
> 读取和写入 macOS 应用程序的用户配置。
> 更多信息:<https://ss64.com/osx/defaults.html>.
- 读取应用程序选项的系统默认值:

View File

@@ -2,6 +2,7 @@
> 检查或修复文件系统的完整性,运行命令时应卸载文件系统。
> 它是一个包装器,包含 `fsck_hfs`, `fsck_apfs`, `fsck_msdos`, `fsck_exfat`, `fsck_udf` 作为可选。
> 更多信息:<https://ss64.com/osx/fsck.html>.
- 检查文件系统 /dev/sda报告损坏的块

View File

@@ -1,6 +1,7 @@
# GetFileInfo
> 获取有关 HFS+ 目录中文件的信息。
> 更多信息:<https://www.unix.com/man-page/osx/1/GetFileInfo/>.
- 显示有关给定文件的信息:

View File

@@ -1,6 +1,7 @@
# head
> 输出文件的开头部分。
> 更多信息:<https://ss64.com/osx/head.html>.
- 输出文件的前几行:

View File

@@ -2,6 +2,7 @@
> 直接在命令行上显示图像的实用程序。
> 需要兼容的终端软件,如 ITerm2.
> 更多信息:<https://github.com/danielgatis/imgcat>.
- 在命令行上显示图像:

View File

@@ -2,6 +2,7 @@
> 打印当前计算机及其上运行的操作系统的详细信息。
> 注意:有关操作系统的其他信息,请尝试使用 `sw-vers` 命令。
> 更多信息:<https://ss64.com/osx/uname.html>.
- 打印硬件相关:架构信息和处理器:

View File

@@ -1,6 +1,7 @@
# wacaw
> 一个用于 macOS 的小命令行工具,允许您从连接的摄像头捕获静止图片和视频。
> 更多信息:<http://webcam-tools.sourceforge.net>.
- 从网络摄像机拍照:

View File

@@ -1,6 +1,7 @@
# xctool
> 用于构建 Xcode 项目的工具。
> 更多信息:<https://github.com/facebook/xctool>.
- 在没有任何工作区的情况下生成单个项目:

View File

@@ -1,6 +1,7 @@
# assoc
> 显示或修改文件扩展名关联。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/assoc>.
- 显示所有当前文件扩展名关联的列表:

View File

@@ -1,6 +1,7 @@
# attrib
> 显示或修改文件和目录的属性。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/attrib>.
- 显示当前目录下所有文件的属性:

View File

@@ -1,6 +1,7 @@
# choco feature
> Chocolatey 的交互功能。
> 更多信息:<https://chocolatey.org/docs/commands-feature>.
- 显示可用的功能列表:

View File

@@ -1,6 +1,7 @@
# choco info
> 显示有关 Chocolatey 包的详细信息。
> 更多信息:<https://chocolatey.org/docs/commands-info>.
- 显示指定包的信息:

View File

@@ -1,6 +1,7 @@
# choco install
> 使用 Chocolatey 下载一个或多个包。
> 更多信息:<https://chocolatey.org/docs/commands-install>.
- 安装一个或多个用空格分隔的软件包:

View File

@@ -1,6 +1,7 @@
# choco list
> 使用 Chocolatey 显示包列表。
> 更多信息:<https://chocolatey.org/docs/commands-list>.
- 列出所有可用的包:

View File

@@ -1,6 +1,7 @@
# choco new
> 使用 Chocolatey 生成新的包规范文件。
> 更多信息:<https://chocolatey.org/docs/commands-new>.
- 创建一个新的包框架:

View File

@@ -1,6 +1,7 @@
# choco outdated
> 使用 Chocolatey 检查过时的包。
> 更多信息:<https://chocolatey.org/docs/commands-outdated>.
- 用表格的形式列出过时的包:

View File

@@ -1,6 +1,7 @@
# choco pack
> 将 nuspec 打包到已编译的 nupkg.
> 更多信息:<https://chocolatey.org/docs/commands-pack>.
- 将 nuspec 打包到已编译的 nupkg:

View File

@@ -2,6 +2,7 @@
> 使用 Chocolatey 将一个包固定到指定的版本。
> 被固定版本的包会在更新时自动忽略。
> 更多信息:<https://chocolatey.org/docs/commands-pin>.
- 显示被固定的包以及他们对应的版本号:

View File

@@ -1,6 +1,7 @@
# choco search
> 使用 Chocolatey 搜索一个本地或远程的包。
> 更多信息:<https://chocolatey.org/docs/commands-search>.
- 搜索一个包:

View File

@@ -1,6 +1,7 @@
# choco source
> 使用 Chocolatey 管理包的源。
> 更多信息:<https://chocolatey.org/docs/commands-source>.
- 列出当前可用的源:

View File

@@ -1,6 +1,7 @@
# choco uninstall
> 使用 Chocolatey 卸载一个或多个包。
> 更多信息:<https://chocolatey.org/docs/commands-uninstall>.
- 卸载一个或多个用空格分隔的软件包:

View File

@@ -1,6 +1,7 @@
# choco upgrade
> 使用 Chocolatey 升级一个或多个包。
> 更多信息:<https://chocolatey.org/docs/commands-upgrade>.
- 升级一个或多个用空格分隔的软件包:

View File

@@ -2,6 +2,7 @@
> Chocolatey 包管理器的命令行界面。
> 此命令也有关于其子命令的文件,例如:`choco install`.
> 更多信息:<https://chocolatey.org>.
- 执行 Chocolatey 命令:

View File

@@ -1,6 +1,7 @@
# cipher
> 加密或解密 NTFS 驱动器上的文件。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/cipher>.
- 加密文件或目录:

View File

@@ -1,6 +1,7 @@
# clip
> 将输入的内容复制到 Windows 的剪贴板。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/clip>.
- 用管道将命令的输出内容复制到 Windows 剪贴板:

View File

@@ -1,6 +1,7 @@
# cls
> 清屏。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/cls>.
- 清屏:

View File

@@ -1,6 +1,7 @@
# cmd
> Windows 命令解释器。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/cmd>.
- 开启一个新的命令行实例:

View File

@@ -1,6 +1,7 @@
# cmstp
> 用于管理连接服务配置文件的命令行工具。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/cmstp>.
- 安装指定的配置文件:

View File

@@ -1,6 +1,7 @@
# color
> 设置控制台的前景色和背景色。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/color>.
- 将控制台颜色恢复至默认值:

View File

@@ -2,6 +2,7 @@
> 比较两个文件或文件集的内容。
> 使用通配符(*)来比较文件集。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/comp>.
- 交互式比较文件:

View File

@@ -1,6 +1,7 @@
# del
> 删除一个或多个文件。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/del>.
- 删除一个或多个以空格分隔的文件:

View File

@@ -1,6 +1,7 @@
# dir
> 列出目录的内容。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/dir>.
- 显示当前目录的内容:

View File

@@ -1,6 +1,7 @@
# doskey
> 管理宏Windows 命令和命令行。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/doskey>.
- 列出可用的宏:

Some files were not shown because too many files have changed in this diff Show More