cf
Manage apps and services on Cloud Foundry.
certutil
A tool to manage and configure certificate information.
cdk
A CLI for AWS Cloud Development Kit (CDK).
cd
Display the current working directory or move to a different directory.In PowerShell, this command is an alias of Set-Location. This documentation is based on the Command Prompt (cmd) version of cd.
Set-Location
cmd
ccomps
Decompose graphs into their connected components.Graphviz filters: acyclic, bcomps, comps, edgepaint, gvcolor, gvpack, mingle, nop, sccmap, tred, & unflatten.
acyclic
bcomps
comps
edgepaint
gvcolor
gvpack
mingle
nop
sccmap
tred
unflatten
ccache
C/C++ compiler cache.Note: packages usually provide symlinks for compilers in /usr/lib/ccache/bin. Prepend this directory to $PATH to automatically use ccache for them.
/usr/lib/ccache/bin
$PATH
cbt
Utility for reading data from Google Cloud's Bigtable.
cbonsai
A beautifully random bonsai tree generator.
cb
Cut, copy, and paste anything in the terminal.
cavif
Convert PNG/JPEG images to AVIF. Written in Rust.See also: convert.
convert
catimg
Image printing in the terminal.See also: pixterm, chafa.
pixterm
chafa
cat
Print and concatenate files.
case
Bash builtin construct for creating multi-choice conditional statements.
carp
REPL and build tool for Carp.
cargo
Manage Rust projects and their module dependencies (crates).Some subcommands such as build have their own usage documentation.
build
cargo-yank
Remove a pushed crate from the index. This should only be used when you accidentally release a significantly broken crate.Note: this does not remove any data. The crate is still present after a yank - this just prevents new projects from using it.
cargo-version
Display cargo version information.
cargo-verify-project
Check the correctness of the Cargo.toml manifest and print the result as a JSON object.
Cargo.toml
cargo-vendor
Vendor all dependencies of a project into the specified directory (default: vendor).
vendor
cargo-update
Update dependencies as recorded in Cargo.lock.
Cargo.lock