text
string
Print a message without the trailing newline 印出文字,但结尾不换行 印出文字,但結尾不換行
Append a message to the file 将一段文字加到档案的结尾 將一段文字加到檔案的結尾
This command is an alias of `fossil commit`. 这是 `fossil-commit` 命令的一个别名。 這是 `fossil-commit` 命令的一個別名。
This command is an alias of `fossil rm`. 这是 `fossil rm` 命令的一个别名。 這是 `fossil rm` 命令的一個別名。
This command is an alias of `fossil init`. 这是 `fossil-init` 命令的一个别名。 這是 `fossil-init` 命令的一個別名。
This command is an alias of `gh codespace`. 这是 `gh-codespace` 命令的一个别名。 這是 `gh-codespace` 命令的一個別名。
This command is an alias of `chromium`. 这是 `chromium` 命令的一个别名。 這是 `chromium` 命令的一個別名。
This command is an alias of `helix`. 这是 `helix` 命令的一个别名。 這是 `helix` 命令的一個別名。
This command is an alias of `kcat`. 这是 `kcat` 命令的一个别名。 這是 `kcat` 命令的一個別名。
This command is an alias of `ar`. 这是 `ar` 命令的一个别名。 這是 `ar` 命令的一個別名。
This command is an alias of `clang`. 这是 `clang` 命令的一个别名。 這是 `clang` 命令的一個別名。
This command is an alias of `nm`. 这是 `nm` 命令的一个别名。 這是 `nm` 命令的一個別名。
This command is an alias of `objdump`. 这是 `objdump` 命令的一个别名。 這是 `objdump` 命令的一個別名。
This command is an alias of `strings`. 这是 `strings` 命令的一个别名。 這是 `strings` 命令的一個別名。
List files one per line 列出目录中的档案,其中每个档案占一行 列出目錄中的檔案,其中每個檔案佔一行
List all files, including hidden files 列出包含隐藏档案的所有档案 列出包含隱藏檔案的所有檔案
List all files, with trailing `/` added to directory names 列出档案,并依照档案类型在档案后面加上对应的符号(例如目录会加上「/」) 列出檔案,並依照檔案類型在檔案後面加上對應的符號(例如目錄會加上「/」)
Long format list (permissions, ownership, size, and modification date) of all files 列出包含隐藏档案的完整档案列表(包括权限、拥有者、档案大小与修改日期) 列出包含隱藏檔案的完整檔案列表(包括權限、擁有者、檔案大小與修改日期)
Long format list with size displayed using human-readable units (KiB, MiB, GiB) 列出完整档案列表,其中档案大小会用 KiB、MiB、GiB 表示 列出完整檔案列表,其中檔案大小會用 KiB、MiB、GiB 表示
Long format list sorted by size (descending) 列出完整档案列表,并依档案大小降序排序 列出完整檔案列表,並依檔案大小降序排序
Long format list of all files, sorted by modification date (oldest first) 列出完整档案列表,并依修改时间由旧到新排序 列出完整檔案列表,並依修改時間由舊到新排序
This command is an alias of `xz --format=lzma --decompress --stdout`. 这是 `xz` 命令的一个别名。 這是 `xz` 命令的一個別名。
Create specific directories 在目前所在目录或指定路径中建立新目录 在目前所在目錄或指定路徑中建立新目錄
Create specific directories and their [p]arents if needed 递回建立目录,若上层目录尚未被建立则会一并建立 遞迴建立目錄,若上層目錄尚未被建立則會一併建立
This command is an alias of `musescore`. 这是 `musescore` 命令的一个别名。 這是 `musescore` 命令的一個別名。
This command is an alias of `netlify`. 这是 `netlify` 命令的一个别名。 這是 `netlify` 命令的一個別名。
This command is an alias of `pio project init`. 这是 `pio project` 命令的一个别名。 這是 `pio project` 命令的一個別名。
This command is an alias of `pio debug --interface=gdb`. 这是 `pio debug` 命令的一个别名。 這是 `pio debug` 命令的一個別名。
This command is an alias of `pio`. 这是 `pio` 命令的一个别名。 這是 `pio` 命令的一個別名。
This command is an alias of `ptpython`. 这是 `ptpython` 命令的一个别名。 這是 `ptpython` 命令的一個別名。
Print name of current/working directory. 印出目前目录的名称。 印出目前目錄的名稱。
Print the current directory 印出目前所在的目录名称 印出目前所在的目錄名稱
Print the current directory, and resolve all symlinks (i.e. show the "physical" path) 印出目前所在的目录名称,并将符号连结转换为实体路径 印出目前所在的目錄名稱,並將符號連結轉換為實體路徑
This command is an alias of `python`. 这是 `python` 命令的一个别名。 這是 `python` 命令的一個別名。
This command is an alias of `radare2`. 这是 `radare2` 命令的一个别名。 這是 `radare2` 命令的一個別名。
This command is an alias of `rc`. 这是 `rc` 命令的一个别名。 這是 `rc` 命令的一個別名。
`ripgrep` is the common name for the command `rg`. 这是 `rg` 命令的一个别名。 這是 `rg` 命令的一個別名。
Remove specific files and directories [r]ecursively 递回移除目录与其所有子目录 遞迴移除目錄與其所有子目錄
Remove specific files printing info about each removal 移除目录中的所有档案,并显示每个档案的移除资讯 移除目錄中的所有檔案,並顯示每個檔案的移除資訊
Remove specific directories 若为空目录则移除目录(如果目录非空,可用 `rm -r` 移除目录及其所包含的档案) 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案)
Remove specific nested directories recursively 移除目录与其所有上层目录 移除目錄與其所有上層目錄
Display simple help pages for command-line tools from the tldr-pages project. 由 tldr-pages 专案所提供的简单版指令简介。 由 tldr-pages 專案所提供的簡單版指令簡介。
Print the tldr page for a command for a specific [p]latform 显示 Linux 作业系统中 tar 指令的用法 顯示 Linux 作業系統中 tar 指令的用法
This command is an alias of `tldr-lint`. 这是 `tldr-lint` 命令的一个别名。 這是 `tldr-lint` 命令的一個別名。
A simple, standards-based, cli todo manager. `todoman` is a common name for the command `todo`, but not a command itself. 这是 `todo` 命令的一个别名。 這是 `todo` 命令的一個別名。
Create files and set access/modification times. 改变档案的存取与修改时间。 改變檔案的存取與修改時間。
Create specific files 建立新档案,或更新现存档案的存取与修改时间 建立新檔案,或更新現存檔案的存取與修改時間
This command is an alias of `vim`. 这是 `vim` 命令的一个别名。 這是 `vim` 命令的一個別名。
Show who is logged on and what they are doing. 显示目前的登录者以及他们正在进行的动作。 顯示目前的登錄者以及他們正在進行的動作。
Show logged-in users info 显示目前的登录者的讯息 顯示目前的登錄者的訊息
This command is an alias of `bat`. 这是 `bat` 命令的一个别名。 這是 `bat` 命令的一個別名。
A tiling window manager based on binary space partitioning. 这是 `bspc` 命令的一个别名。 這是 `bspc` 命令的一個別名。
This command is an alias of `gcc`. 这是 `gcc` 命令的一个别名。 這是 `gcc` 命令的一個別名。
Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controlling resource usage by processes. 这是 `cgclassify` 命令的一个别名。 這是 `cgclassify` 命令的一個別名。
Use the full path of source files, creating any missing intermediate directories when copying 使用完整的档案路径与档案名称,来创建跟原本目录结构相同的目录与档案 使用完整的檔案路徑與檔案名稱,來創建跟原本目錄結構相同的目錄與檔案
This command is an alias of `ip route show`. 这是 `ip-route-show` 命令的一个别名。 這是 `ip-route-show` 命令的一個別名。
This command is an alias of `megatools-dl`. 这是 `megatools-dl` 命令的一个别名。 這是 `megatools-dl` 命令的一個別名。
This command is an alias of `cal`. 这是 `cal` 命令的一个别名。 這是 `cal` 命令的一個別名。
This command is an alias of `apport-bug`. 这是 `apport-bug` 命令的一个别名。 這是 `apport-bug` 命令的一個別名。
This command is an alias of `yaa`. 这是 `yaa` 命令的一个别名。 這是 `yaa` 命令的一個別名。
This command is an alias of GNU `[`. 这是 `-p linux [` 命令的一个别名。 這是 `-p linux [` 命令的一個別名。
This command is an alias of GNU `awk`. 这是 `-p linux awk` 命令的一个别名。 這是 `-p linux awk` 命令的一個別名。
This command is an alias of GNU `b2sum`. 这是 `-p linux b2sum` 命令的一个别名。 這是 `-p linux b2sum` 命令的一個別名。
This command is an alias of GNU `base32`. 这是 `-p linux base32` 命令的一个别名。 這是 `-p linux base32` 命令的一個別名。
This command is an alias of GNU `base64`. 这是 `-p linux base64` 命令的一个别名。 這是 `-p linux base64` 命令的一個別名。
This command is an alias of GNU `basename`. 这是 `-p linux basename` 命令的一个别名。 這是 `-p linux basename` 命令的一個別名。
This command is an alias of GNU `basenc`. 这是 `-p linux basenc` 命令的一个别名。 這是 `-p linux basenc` 命令的一個別名。
This command is an alias of GNU `cat`. 这是 `-p linux cat` 命令的一个别名。 這是 `-p linux cat` 命令的一個別名。
This command is an alias of GNU `chcon`. 这是 `-p linux chcon` 命令的一个别名。 這是 `-p linux chcon` 命令的一個別名。
This command is an alias of GNU `chgrp`. 这是 `-p linux chgrp` 命令的一个别名。 這是 `-p linux chgrp` 命令的一個別名。
This command is an alias of GNU `chmod`. 这是 `-p linux chmod` 命令的一个别名。 這是 `-p linux chmod` 命令的一個別名。
This command is an alias of GNU `chown`. 这是 `-p linux chown` 命令的一个别名。 這是 `-p linux chown` 命令的一個別名。
This command is an alias of GNU `chroot`. 这是 `-p linux chroot` 命令的一个别名。 這是 `-p linux chroot` 命令的一個別名。
This command is an alias of GNU `cksum`. 这是 `-p linux cksum` 命令的一个别名。 這是 `-p linux cksum` 命令的一個別名。
This command is an alias of GNU `comm`. 这是 `-p linux comm` 命令的一个别名。 這是 `-p linux comm` 命令的一個別名。
This command is an alias of GNU `cp`. 这是 `-p linux cp` 命令的一个别名。 這是 `-p linux cp` 命令的一個別名。
This command is an alias of GNU `csplit`. 这是 `-p linux csplit` 命令的一个别名。 這是 `-p linux csplit` 命令的一個別名。
This command is an alias of GNU `cut`. 这是 `-p linux cut` 命令的一个别名。 這是 `-p linux cut` 命令的一個別名。
This command is an alias of GNU `date`. 这是 `-p linux date` 命令的一个别名。 這是 `-p linux date` 命令的一個別名。
This command is an alias of GNU `dd`. 这是 `-p linux dd` 命令的一个别名。 這是 `-p linux dd` 命令的一個別名。
This command is an alias of GNU `df`. 这是 `-p linux df` 命令的一个别名。 這是 `-p linux df` 命令的一個別名。
This command is an alias of GNU `dir`. 这是 `-p linux dir` 命令的一个别名。 這是 `-p linux dir` 命令的一個別名。
This command is an alias of GNU `dirname`. 这是 `-p linux dirname` 命令的一个别名。 這是 `-p linux dirname` 命令的一個別名。
This command is an alias of GNU `echo`. 这是 `-p linux echo` 命令的一个别名。 這是 `-p linux echo` 命令的一個別名。
This command is an alias of GNU `ed`. 这是 `-p linux ed` 命令的一个别名。 這是 `-p linux ed` 命令的一個別名。
This command is an alias of GNU `egrep`. 这是 `-p linux egrep` 命令的一个别名。 這是 `-p linux egrep` 命令的一個別名。
This command is an alias of GNU `env`. 这是 `-p linux env` 命令的一个别名。 這是 `-p linux env` 命令的一個別名。
This command is an alias of GNU `expand`. 这是 `-p linux expand` 命令的一个别名。 這是 `-p linux expand` 命令的一個別名。
This command is an alias of GNU `expr`. 这是 `-p linux expr` 命令的一个别名。 這是 `-p linux expr` 命令的一個別名。
This command is an alias of GNU `factor`. 这是 `-p linux factor` 命令的一个别名。 這是 `-p linux factor` 命令的一個別名。
This command is an alias of GNU `false`. 这是 `-p linux false` 命令的一个别名。 這是 `-p linux false` 命令的一個別名。
This command is an alias of GNU `fgrep`. 这是 `-p linux fgrep` 命令的一个别名。 這是 `-p linux fgrep` 命令的一個別名。
This command is an alias of GNU `find`. 这是 `-p linux find` 命令的一个别名。 這是 `-p linux find` 命令的一個別名。
This command is an alias of GNU `fmt`. 这是 `-p linux fmt` 命令的一个别名。 這是 `-p linux fmt` 命令的一個別名。
This command is an alias of GNU `fold`. 这是 `-p linux fold` 命令的一个别名。 這是 `-p linux fold` 命令的一個別名。
This command is an alias of GNU `ftp`. 这是 `-p linux ftp` 命令的一个别名。 這是 `-p linux ftp` 命令的一個別名。
This command is an alias of GNU `grep`. 这是 `-p linux grep` 命令的一个别名。 這是 `-p linux grep` 命令的一個別名。
This command is an alias of GNU `groups`. 这是 `-p linux groups` 命令的一个别名。 這是 `-p linux groups` 命令的一個別名。
This command is an alias of GNU `head`. 这是 `-p linux head` 命令的一个别名。 這是 `-p linux head` 命令的一個別名。
This command is an alias of GNU `hostid`. 这是 `-p linux hostid` 命令的一个别名。 這是 `-p linux hostid` 命令的一個別名。