📄 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 + -