|
Blue Forest http://www.lslnet.com at 11:18 on June 26, 2006
* Variable transmission problem Test.sh content
Find. -name \ '$ 1994-2000' -li -exec grep "$ 2" {};
Test.sh *.txt abcd
X test.sh about sh
Found to be translated into orders
+ Find. -name '1.txt' -exec grep -li 2.txt {};
*.txt That imported test.sh txt document for the current catalog, a $ 3 test.sh current catalog also has a third document 3.txt txt, 3.txt also be imported.
Objective : To achieve *txt parameters for *txt imported, as many txt file name rather than imported. |
* Variable transmission problem Question 13 on quoting see Zhiding |
| |