Code review comment for lp://staging/~bzoltan/qtcreator-plugin-ubuntu/rebase_to_ubuntu-emulator

Revision history for this message
Zoltan Balogh (bzoltan) wrote :

> 28 +find ~/.local/share/ubuntu-emulator/ -name "*img" 2>/dev/null |sed -e
> "s/^\(.*ubuntu-emulator\/.*\)\/.*$/\1/"|sort|uniq|xargs stat --format="%n %y"
> 2>&1|egrep -v "missing operand|for more information"|sed -e 's/^.*ubuntu-
> emulator\/\(.*\) \([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*\)\..*$/\1 \2/'
>
> Why not use ubuntu-emulator list?

Good point. I was not aware of this feature when I made this script.

Actually the ubuntu-emulator list does not return exactly the same output as this oneliner. I would happily use the ubuntu-emulator list, if it is a stable tool and the output is not changed in the future without sending a patch against the IDE.

« Back to merge proposal