mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 14:55:23 +02:00
at: add Chinese translation (#6903)
This commit is contained in:
parent
ac1c49ec15
commit
b310f9e385
1 changed files with 17 additions and 0 deletions
17
pages.zh/common/at.md
Normal file
17
pages.zh/common/at.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# at
|
||||
|
||||
> 在一段时间后,执行单次命令。
|
||||
> atd 服务(或 atrun)需要处于运行状态,以保证命令成功执行。
|
||||
> 更多信息:<https://manned.org/at>.
|
||||
|
||||
- 5 分钟后,执行标准输入中的命令(命令输入完成后按 `Ctrl + D`):
|
||||
|
||||
`at now + {{5 minutes}}`
|
||||
|
||||
- 在今天上午 10:00 执行标准输入中的命令:
|
||||
|
||||
`echo "{{./make_db_backup.sh}}" | at {{1000}}`
|
||||
|
||||
- 下周二晚上 9:30 执行指定文件中包含的命令:
|
||||
|
||||
`at -f {{path/to/file}} {{9:30 PM Tue}}`
|
Loading…
Add table
Reference in a new issue