close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Dec 28, 2009, 1:51:07 PM (16 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 52 | 52 | }}} |
| 53 | 53 | |
| | 54 | = sed = |
| | 55 | {{{ |
| | 56 | sed 's/要被取代的字串/新的字串/g' |
| | 57 | }}} |
| | 58 | |
| | 59 | |
| 54 | 60 | = awk = |
| 55 | 61 | 以空白將字串分開,第一個字串代表 $1 ,第二個字串代表 $2 |