UNSOLVED

smora1

updated

19 years ago

S

smora1

253 Posts

0

1287

March 6th, 2008 07:00

mminfo ssid/cloneid

How can I delete the line ssid/clone-id:

C:\>mminfo -v -xc/ -q volume=BD.02 -r ssid(1),cloneid(1)
ssid/clone-id
4022078455/1204808044
4156301516/1204808044
12329013/1204808044
4290519093/1204808044
4273741879/1204808044
4256964685/1204808044
4240187500/1204808044
4223410313/1204808044
4206633097/1204808044
4189855881/1204808044
4173078680/1204808044

Thanks
  • saleesh1

    128 Posts

    744

    0

    Posted March 6th, 2008 21:00

    Use nsrmm -d -S to remove save sets
  • smora1

    253 Posts

    744

    0

    Posted March 6th, 2008 23:00

    I don't want to delete saveset by nsrmm, I want to delete the head line of the mminfo command.

    Thanks.
  • benzino1

    2 Intern

    244 Posts

    744

    1

    Posted March 7th, 2008 00:00

    C:\>mminfo -v -xc/ -q volume=BD.02 -r ssid(1),cloneid(1) | find /V "/"
  • saleesh1

    128 Posts

    744

    0

    Posted March 7th, 2008 00:00

    | it and use grep or find using "/"
  • smora1

    253 Posts

    744

    0

    Posted March 7th, 2008 03:00

    C:\>mminfo -v -xc/ -q volume=BD.02 -r ssid(1),cloneid(1) | find /V "-"

    it's just what I needed.

    Thanks all.