“模板:Board$”的版本间的差异
来自百问网嵌入式Linux wiki
(创建页面,内容为“<noinclude> ==Usage== The Board$ template is used '''to prefix a command that must be executed on a board, with a board-specific prompt'''. Usa…”) |
(没有差异)
|
2020年4月10日 (五) 15:33的版本
Usage
The Board$ template is used to prefix a command that must be executed on a board, with a board-specific prompt.
Usage: {{Board$}}
Basic examples
| You type | You get |
|---|---|
ls command executed on the board
{{Board$}} ls
|
Board $> ls |
Code
Board $>