launchctl, lldb, locate, look: add more information link (#6893)

This commit is contained in:
Gear J
2021-10-11 12:08:25 +07:00
committed by GitHub
parent cc97dde1f2
commit fcc03f1e6f
8 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
> A command-line interface to Apple's `launchd` manager for launch daemons (system-wide services) and launch agents (per-user programs).
> `launchd` loads XML-based `*.plist` files placed in the appropriate locations, and runs the corresponding commands according to their defined schedule.
> More information: <https://manned.org/launchctl>.
- Activate a user-specific agent to be loaded into `launchd` whenever the user logs in:

View File

@@ -1,6 +1,7 @@
# lldb
> The LLVM Low-Level Debugger.
> More information: <https://lldb.llvm.org>.
- Debug an executable:

View File

@@ -1,6 +1,7 @@
# locate
> Find filenames quickly.
> More information: <https://manned.org/locate>.
- Look for pattern in the database. Note: the database is recomputed periodically (usually weekly or daily):

View File

@@ -1,6 +1,7 @@
# look
> Look for lines in sorted file.
> More information: <https://manned.org/look>.
- Look for lines which begins with the given prefix: