egrep
Find patterns in files using extended regular expression (supports ?, +, {}, (), and |).
?
+
{}
()
|
eget
Easily install prebuilt binaries from GitHub.
edgepaint
Colorize edges of a graph layout to clarify crossing edges.Graphviz filters: acyclic, bcomps, comps, edgepaint, gvcolor, gvpack, mingle, nop, sccmap, tred, & unflatten.
acyclic
bcomps
comps
gvcolor
gvpack
mingle
nop
sccmap
tred
unflatten
ed
The original Unix text editor.See also: awk, sed.
awk
sed
ect
Efficient Compression Tool.File optimizer written in C++. It supports PNG, JPEG, gzip and Zip files.
echo
Print given arguments.
ebook-convert
Can be used to convert e-books between common formats, e.g. PDF, EPUB and MOBI.Part of the Calibre e-book library tool.
dwebp
dwebp decompresses WebP files into PNG, PAM, PPM or PGM images.Animated WebP files are not supported.
dvc
Data Version Control: like git for data.Some subcommands such as commit have their own usage documentation.
git
commit
dvc-unfreeze
Unfreeze stages in the DVC pipeline.This allows DVC to start tracking changes in stage dependencies again after they were frozen.See also dvc freeze.
dvc freeze
dvc-init
Initialize a new local DVC repository.
dvc-gc
Remove unused files and directories from the cache or remote storage.
dvc-freeze
Freeze stages in the DVC pipeline.This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze.See also dvs unfreeze.
dvs unfreeze
dvc-fetch
Download DVC tracked files and directories from a remote repository.
dvc-diff
Show changes in DVC tracked file and directories.
dvc-destroy
Remove all DVC files and directories from a DVC project.
dvc-dag
Visualize the pipeline(s) defined in dvc.yaml.
dvc.yaml
dvc-config
Low level command to manage custom configuration options for dvc repositories.These configurations can be on project, local, global, or system level.
dvc-commit
Record changes to DVC-tracked files in the project.
dvc-checkout
Checkout data files and directories from cache.