From 52b9aaf74c571d0ee04b6f2986e09fff22ba7256 Mon Sep 17 00:00:00 2001 From: Joshua Shanks Date: Wed, 6 Oct 2021 14:51:52 -0700 Subject: [PATCH] ps, pv, pygmentize, quota, rabin2: add link (#6830) --- pages/common/ps.md | 1 + pages/common/pv.md | 1 + pages/common/pygmentize.md | 1 + pages/common/quota.md | 1 + pages/common/rabin2.md | 1 + 5 files changed, 5 insertions(+) diff --git a/pages/common/ps.md b/pages/common/ps.md index 41d0bebc67..aef4b6d7c5 100644 --- a/pages/common/ps.md +++ b/pages/common/ps.md @@ -1,6 +1,7 @@ # ps > Information about running processes. +> More information: . - List all running processes: diff --git a/pages/common/pv.md b/pages/common/pv.md index 3705bd6837..c108595cfa 100644 --- a/pages/common/pv.md +++ b/pages/common/pv.md @@ -1,6 +1,7 @@ # pv > Monitor the progress of data through a pipe. +> More information: . - Print the contents of the file and display a progress bar: diff --git a/pages/common/pygmentize.md b/pages/common/pygmentize.md index e239a8ba7d..d567e57459 100644 --- a/pages/common/pygmentize.md +++ b/pages/common/pygmentize.md @@ -1,6 +1,7 @@ # pygmentize > Python-based syntax highlighter. +> More information: . - Highlight file syntax and print to standard output (language is inferred from the file extension): diff --git a/pages/common/quota.md b/pages/common/quota.md index 100795fac4..4f3531f2ca 100644 --- a/pages/common/quota.md +++ b/pages/common/quota.md @@ -1,6 +1,7 @@ # quota > Display users' disk space usage and allocated limits. +> More information: . - Show disk quotas in human-readable units for the current user: diff --git a/pages/common/rabin2.md b/pages/common/rabin2.md index 4dfe1e0487..484eefacd5 100644 --- a/pages/common/rabin2.md +++ b/pages/common/rabin2.md @@ -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: . - Display general information about a binary (architecture, type, endianness):