Changes between Initial Version and Version 1 of Ticket #3410, comment 3
- Timestamp:
- 10/10/2013 09:13:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3410, comment 3
initial v1 3 3 sed -i 's/\(3..89..\)/\1 | 4.0/' configure 4 4 }}} 5 6 I think I'd prefer: 7 8 {{{ 9 set -r -i 's/(3..89..)/\1 | 4.*/' configure 10 }}}