mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
launchctl, lldb, locate, look: add more information link (#6893)
This commit is contained in:
parent
cc97dde1f2
commit
fcc03f1e6f
8 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 用于启动守护程序(系统范围的服务)和启动代理程序(每个用户程序)的命令行界面,该界面指向苹果的`launchd` 管理工具。
|
||||
> `launchd`加载放置在适当位置的基于 XML 的`*.plist`文件,并根据其定义的计划运行相应的命令。
|
||||
> 更多信息:<https://manned.org/launchctl>.
|
||||
|
||||
- 每当用户登录时,自动将 plist 文件加载到 `launchd` :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# lldb
|
||||
|
||||
> LLVM 低级调试器。
|
||||
> 更多信息:<https://lldb.llvm.org>.
|
||||
|
||||
- 调试可执行文件:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# locate
|
||||
|
||||
> 快速查找文件名。
|
||||
> 更多信息:<https://manned.org/locate>.
|
||||
|
||||
- 在数据库中查找关键字。注意:数据库定期重新更新(通常每周或每天):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# look
|
||||
|
||||
> 查找已排序的文件行(注意,必须是已排序的文件)。
|
||||
> 更多信息:<https://manned.org/look>.
|
||||
|
||||
- 它开始寻找一个给定的前缀:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue