test41
来自「Non-Networked File System在几个非网络的(或慢网络的)U」· 代码 · 共 38 行
TXT
38 行
#!/bin/sh. ./init_testecho "*** A conflict between files and directory (with 3 hosts)"runA -f $H/ArunB -a $H/BrunC -a $H/Ctouch $H/A/filerunAmkdir $H/B/filemkdir $H/B/file/dirtouch $H/B/file/filerunB[ -d $H/B/file ] && Exit 1[ ! -f $H/B/file ] && Exit 2mkdir $H/C/filetouch $H/C/file/filetouch $H/C/file/file2echo | runCif fgrep "RETURN" <TMP/6. >/dev/null then Exit 22 fi[ -d $H/C/file ] && Exit 3[ ! -f $H/C/file ] && Exit 4Exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?