📄 test11
字号:
#!/bin/sh. ./init_testtruncate() {gzip -d <$M/exco.AAA 2>/dev/null | tr "[\000]" "[\200]" |awk '/'"$1"'/ { if ( '$2' >= 0 ) print B ; if ( '$2' >= 1 ) print $0 ;exit}{ if ( B!="" ) print B ; B=$0}' |tr "[\200]" "[\000]" >xxxgzip <xxx >$M/exco.AAArm xxx}echo "*** Error in input file (truncated)"runA -f $H/ArunB -a $H/Becho "a content" >$H/A/aecho "b content" >$H/A/becho "c content" >$H/A/cmkdir $H/A/drunAtruncate "b content" +1runBsame $H/A a $H/B a || Exit 100same $H/A d $H/B d || Exit 200[ -f $H/B/b ] && Exit 101[ -f $H/B/c ] && Exit 102runA[ ! -f $H/A/b ] && Exit 103[ ! -f $H/A/c ] && Exit 104runBsame $H/A b $H/B b || Exit 105same $H/A c $H/B c || Exit 106echo "new a content" >$H/B/aecho "new b content" >$H/B/becho "new c content" >$H/B/crunBtruncate "new b content" 0runAsame $H/A a $H/B a || Exit 107same $H/A b $H/B b && Exit 108same $H/A c $H/B c && Exit 109runBrunAsame $H/A b $H/B b || Exit 110same $H/A c $H/B c || Exit 111echo "New a content" >$H/B/aecho "New b content" >$H/B/becho "New c content" >$H/B/crunBtruncate "New b content" 0runAsame $H/A a $H/B a || Exit 112same $H/A b $H/B b && Exit 113same $H/A c $H/B c && Exit 114runBrunAsame $H/A b $H/B b || Exit 115same $H/A c $H/B c || Exit 116# With symbolic linkrm $H/B/bln -s "new b content" $H/B/becho "new new New c content" >$H/B/crunBtruncate "new b content" 0runAsame $H/A a $H/B a || Exit 122samel $H/A b $H/B b && Exit 123same $H/A c $H/B c && Exit 124runBrunAsamel $H/A b $H/B b || Exit 125same $H/A c $H/B c || Exit 126rm $H/B/bln -s "New b content" $H/B/becho "new new new New c content" >$H/B/crunBtruncate "New b content" -1runAsame $H/A a $H/B a || Exit 127samel $H/A b $H/B b && Exit 128same $H/A c $H/B c && Exit 129runBrunAsamel $H/A b $H/B b || Exit 130same $H/A c $H/B c || Exit 131# Run twice on the same hostechO "/ "echo "Twices" >$H/A/twicerunAtruncate "Twices" 0runB[ -f $H/B/twice ] && Exit 132runBrunArunBsame $H/A twice $H/B twice || Exit 133[ -d $H/A/.nnfs/history ] && Exit 254[ -d $H/B/.nnfs/history ] && Exit 254Exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -