close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Dec 28, 2009, 5:47:16 PM (16 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v14
|
v15
|
|
| 86 | 86 | = 使用 LWP 撰寫模擬 http/https 互動程式 = |
| 87 | 87 | = 使用 expect 撰寫模擬 telnet/ssh 互動程式 = |
| | 88 | |
| | 89 | = 大量將檔名去除部份字串 = |
| | 90 | {{{ |
| | 91 | tgt_file="$(echo $i | sed -e "s/^pre//g")" |
| | 92 | mv $i $tgt_file |
| | 93 | }}} |
| | 94 | |
| | 95 | = reference = |
| | 96 | * http://tldp.org/LDP/abs/html/ |