?? run-examples
字號:
#!/bin/sh# Run all the examples, and check the output against the corresponding -out# file. Note that slight differences are possible when the examples are# run on different machines, due to slightly different round-off errors.for e in `ls ex-* | grep -v "\\." | grep -v .-out` do echo Running $e: $e 2>&1 | diff ${e}-out - echo " "done
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -