launchctl, lldb, locate, look: add more information link (#6893)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# lldb
|
||||
|
||||
> The LLVM Low-Level Debugger.
|
||||
> More information: <https://lldb.llvm.org>.
|
||||
|
||||
- Debug an executable:
|
||||
|
||||
|
@@ -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):
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user