mk_cmds
Command line interface parsing library
Install
- All systems
-
curl cmd.cat/mk_cmds.sh
- Debian
-
apt-get install ss-dev
- Ubuntu
-
apt-get install ss-dev
- Alpine
-
apk add e2fsprogs
- Arch Linux
-
pacman -S e2fsprogs
- Kali Linux
-
apt-get install ss-dev
- CentOS
-
yum install libss-devel
- Fedora
-
dnf install libss-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ss-dev
- OS X
-
brew install e2fsprogs
- Raspbian
-
apt-get install ss-dev
- Dockerfile
- dockerfile.run/mk_cmds
- Docker
-
docker run cmd.cat/mk_cmds mk_cmds
powered by Commando
libss-devel
Command line interface parsing library
ss-dev
command-line interface parsing library - headers and static libraries
This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. .. It was originally inspired by the Multics SubSystem library. This package contains the development environment for the ss library.
e2fsprogs
ext2/ext3/ext4 file system utilities
The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device.