Re: [PATCH] cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes

2022-10-12 Thread Tom Rini
On Mon, Sep 12, 2022 at 11:38:55AM +0200, Pali Rohár wrote: > To allow easily iterate over all UBI volumes, add a new command which > either print all user UBI volumes on output or set them into env variable. > > As UBI volumes can have arbitrary name/label, in most cases it is useful to > iterat

Re: [PATCH] cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes

2022-10-09 Thread Pali Rohár
PING? On Monday 12 September 2022 11:38:55 Pali Rohár wrote: > To allow easily iterate over all UBI volumes, add a new command which > either print all user UBI volumes on output or set them into env variable. > > As UBI volumes can have arbitrary name/label, in most cases it is useful to > itera

[PATCH] cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes

2022-09-12 Thread Pali Rohár
To allow easily iterate over all UBI volumes, add a new command which either print all user UBI volumes on output or set them into env variable. As UBI volumes can have arbitrary name/label, in most cases it is useful to iterate them by their numbers. This can be achieved by -numeric flag. This f