|
发表于 2006-6-23 01:23:19
|
显示全部楼层
1. Pls see echo manpage. It explains -e and \b \c very clearly.
2. [[ ]] has better compatibility than [ ], such as you can use &&, || >, < in [[ ]] but not [ ]. (( )) uses for testing numeric values and see if the expr returns 0 or 1. |
|