mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
ps, pv, pygmentize, quota, rabin2: add link (#6830)
This commit is contained in:
parent
5c431cf3e7
commit
52b9aaf74c
5 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# ps
|
||||
|
||||
> Information about running processes.
|
||||
> More information: <https://manned.org/ps>.
|
||||
|
||||
- List all running processes:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# pv
|
||||
|
||||
> Monitor the progress of data through a pipe.
|
||||
> More information: <https://manned.org/pv>.
|
||||
|
||||
- Print the contents of the file and display a progress bar:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# pygmentize
|
||||
|
||||
> Python-based syntax highlighter.
|
||||
> More information: <https://pygments.org/docs/cmdline/>.
|
||||
|
||||
- Highlight file syntax and print to standard output (language is inferred from the file extension):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# quota
|
||||
|
||||
> Display users' disk space usage and allocated limits.
|
||||
> More information: <https://manned.org/quota>.
|
||||
|
||||
- Show disk quotas in human-readable units for the current user:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Get information about binary files (ELF, PE, Java CLASS, Mach-O) - symbols, sections, linked libraries, etc.
|
||||
> Comes bundled with `radare2`.
|
||||
> More information: <https://manned.org/rabin2>.
|
||||
|
||||
- Display general information about a binary (architecture, type, endianness):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue