?? create-leading
字號:
#! /bin/sh# Test -D option.# Note that the tests below use `ginstall', not install, because# that's the name of the binary in ../../src.if test "$VERBOSE" = yes; then set -x ginstall --versionfi. $srcdir/../envvar-checkpwd=`pwd`dir=install-D$$trap "cd $pwd; rm -rf $dir" 0 1 2 3 15mkdir $dirfail=0cd $dirfile=fileecho foo > $file# Before 4.0q, this would mistakenly create $file, not `dest'# in no-dir1/no-dir2/.ginstall -D $file no-dir1/no-dir2/dest || fail=1test -d no-dir1/no-dir2 || fail=1test -r no-dir1/no-dir2/dest || fail=1exit $fail
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -