Changes between Initial Version and Version 1 of Ticket #623, comment 2


Ignore:
Timestamp:
Oct 1, 2012, 4:48:09 PM (13 years ago)
Author:
Bruno Cornec

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #623, comment 2

    initial v1  
    22
    33Replace in ListAllLogicalVolumesSortedBydm() function :
     4{{{
    45sort -t'|' $MINDI_TMP/sorteddm | cut -d'|' -f2
     6}}}
    57by
     8{{{
    69cut -d'-' -f2- $MINDI_TMP/sorteddm | sort -t'|' -n | cut -d'|' -f2
     10}}}