Changes between Version 27 and Version 28 of Migration


Ignore:
Timestamp:
Apr 20, 2010, 9:51:06 PM (14 years ago)
Author:
dweber@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v27 v28  
    5454{{{
    5555$ cat myports.txt | /usr/bin/sed \
    56  -e 's/@[._0-9]*//' \
     56 -e 's/@[._0-9a-zA-Z\-]*+/+/' \
     57 -e 's/@[._0-9a-zA-Z \-]*(active)//' \
    5758 -e 's/(active)//' \
    5859 -e 's/+/ +/g' \
     
    7475{{{
    7576$ cat myports.txt | /usr/bin/sed \
    76  -e 's/@[._0-9]*//' \
     77 -e 's/@[._0-9a-zA-Z\-]*+/+/' \
     78 -e 's/@[._0-9a-zA-Z \-]*(active)//' \
    7779 -e 's/(active)//' \
    7880 -e 's/+/ +/g' \