SkillAgentSearch skills...

Oneliners.txt

oneliners.txt

Install / Use

/learn @majamin/Oneliners.txt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

oneliners.txt

This is a collection of oneliners for UNIX-like systems.
It's a dog's breakfast of compliance and dependencies (user beware!).
Most lines are in the following format (SHELL is *nix by default):

Format:

($) (SHELL) DESCRIPTION: `COMMAND`
  \    \
   \    \
    \   Specifies shell or *nix if blank
     \
     Can be run by regular user (# requires privileges)

Where's my command?

You might get a 'command not found' complaint from your shell.
You can try your distro's corresponding command to find the package
providing that CMD:

Gentoo ............ `equery b $(which CMD)` (or `qfile`)
Arch .............. `pacman -Fy CMD`
Fedora ............ `dnf provides '*CMD'`
Debian, Ubuntu .... `apt-file update && apt-file find CMD`
RHEL / CentOS ..... `yum whatprovides '*CMD'`
OpenSUSE .......... `zypper wp CMD`
Powershell ........  (no standard way: try `Get-Help CMD`)

Related Skills

View on GitHub
GitHub Stars75
CategoryDevelopment
Updated7mo ago
Forks11

Security Score

72/100

Audited on Sep 2, 2025

No findings