1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 05:46:03 +02:00

ps, pv, pygmentize, quota, rabin2: add link (#6830)

This commit is contained in:
Joshua Shanks 2021-10-06 14:51:52 -07:00 committed by GitHub
parent 5c431cf3e7
commit 52b9aaf74c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# ps # ps
> Information about running processes. > Information about running processes.
> More information: <https://manned.org/ps>.
- List all running processes: - List all running processes:

View file

@ -1,6 +1,7 @@
# pv # pv
> Monitor the progress of data through a pipe. > 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: - Print the contents of the file and display a progress bar:

View file

@ -1,6 +1,7 @@
# pygmentize # pygmentize
> Python-based syntax highlighter. > 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): - Highlight file syntax and print to standard output (language is inferred from the file extension):

View file

@ -1,6 +1,7 @@
# quota # quota
> Display users' disk space usage and allocated limits. > 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: - Show disk quotas in human-readable units for the current user:

View file

@ -2,6 +2,7 @@
> Get information about binary files (ELF, PE, Java CLASS, Mach-O) - symbols, sections, linked libraries, etc. > Get information about binary files (ELF, PE, Java CLASS, Mach-O) - symbols, sections, linked libraries, etc.
> Comes bundled with `radare2`. > Comes bundled with `radare2`.
> More information: <https://manned.org/rabin2>.
- Display general information about a binary (architecture, type, endianness): - Display general information about a binary (architecture, type, endianness):