“模板:PC$”的版本间的差异
来自百问网嵌入式Linux wiki
(创建页面,内容为“<noinclude> ==Usage== The PC$ template is used '''to prefix a command that must be executed on an host PC, with an host-specific prompt'''. Usage:…”) |
小 (Wiki移动页面Template:PC至Template:PC$,不留重定向) |
2020年4月10日 (五) 15:41的最新版本
Usage
The PC$ template is used to prefix a command that must be executed on an host PC, with an host-specific prompt.
Usage: {{PC$}}
Basic examples
You type | You get |
---|---|
ls command executed on the host PC
{{PC$}} ls |
PC $> ls |
Code
PC $>