?? dir-1
字號(hào):
#!/bin/sh# Make sure touch can operate on a directory.# This was broken in the 4.0[efg] test releases.if test "$VERBOSE" = yes; then set -x touch --versionfifail=0touch . || fail=1exit $fail
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -