📄 time
字号:
#/bin/sh# First, make sure the executable existsif test -x ../indent; then if test -d ./output; then echo '****' echo 'Errors remain; output directory still exists' echo '****' ls -ld ./output exit 1 fi echo -n "Regression testing " ../indent --version echoelse echo '****' echo First, you must make ../indent echo '****' echo exit 1fifor i in 1 2 3 4 5 6 7 8 9 10 ; do cp indent.c time$i.c sync time ../indent -o foo time$i.c rm -f foo syncdonerm -f time*.c foo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -