?? test47
字號:
#!/bin/sh. ./init_testecho "*** Test skipping medium (long)"runA -f $H/ArunB -a $H/Becho "1" > $H/A/arunArunB# Create a big file that can't be cached or bufferized by "gzip" or "cat"echo | awk 'END { for(i=0;i<400000;i++) print cos(i*1.001) ; }' > $H/A/arunA# This script remove the medium contentecho "rm $M/*.AA* ; exit 0" >remove_mediumchmod 755 remove_medium# Run on A but the file "a" can't be read# Nevertheles IT SHOULD BE wrote on the medium# because the up to date version is here.runA --exec_after_merge `pwd`/remove_mediumrm remove_mediumrunBsame $H/A a $H/B a || Exit 1Exit 0
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -