Translations by Tangchengjian

Tangchengjian has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

11 of 1 result
256.
queue [-n num] <command> Add the command to queue for current site. Each site has its own command queue. `-n' adds the command before the given item in the queue. It is possible to queue up a running job by using command `queue wait <jobno>'. queue --delete|-d [index or wildcard expression] Delete one or more items from the queue. If no argument is given, the last entry in the queue is deleted. queue --move|-m <index or wildcard expression> [index] Move the given items before the given queue index, or to the end if no destination is given. Options: -q Be quiet. -v Be verbose. -Q Output in a format that can be used to re-queue. Useful with --delete.
2006-03-31
queue [-n num] <command> 将<command>添加到当前站点的命令队列中.每个站点有自己的命令队列."-n"将<command>添加到队列第n个命令前.使用命令`queue wait <任务号>'可以是正在执行的任务排队等候. queue --delete|-d [index or wildcard expression] 从队列中删除一个或多个任务.如果没有给出参数,最后的任务将被删除. queue --move|-m <index or wildcard expression> [index] 将给出的任务移动到给出的队列目录之前,如果没有给出目的,则移动到队列末尾. 选项: -q 安静模式 -v 详细信息 -Q 以重组队列的格式输出. -delete参数很有用