📄 test30
字号:
#!/bin/sh. ./init_testecho "*** Same as test29 but transform as symbolic link in place of deleting"# The problem: A directory is not filtred and its content is.# What happen when all is deleted.# Files deletion do not go to the other host, directory deletion yes....runA -f $H/ArunB -a $H/Bmkdir $H/B/a $H/B/c $H/B/a/aa $H/B/c/cctouch $H/B/a/b $H/B/c/d $H/B/a/aa/aaa $H/B/c/cc/cccrunBrunAecho "OUTPUT_FILTER=\"-regex=.*(\.(o|so|aux|log|dvi)|[~])$-regex=.nnfs/history/.*-regex=\./a$-regex=\./c/\"" >> $H/A/.nnfs/nnfsrcrm -r $H/A/arm -r $H/A/cln -s / $H/A/aln -s / $H/A/crunArunB[ ! -d $H/B/a ] && Exit 100[ -f $H/B/a/b ] && Exit 102[ ! -L $H/B/c ] && Exit 101Exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -