]> git.ipfire.org Git - thirdparty/systemd.git/commit
vpick: add new tool "systemd-vpick" which exposes vpick on the command line
authorLennart Poettering <lennart@poettering.net>
Fri, 3 Mar 2023 17:26:45 +0000 (18:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Jan 2024 17:38:46 +0000 (18:38 +0100)
commit9e61ed11156d423dc171a3377119b39b1cc4a8d6
tree8ad4ccecbc92d6c573d61e85ad093cef82af7c5c
parent76511c1bd32a262c76d462919083925c47cbd212
vpick: add new tool "systemd-vpick" which exposes vpick on the command line

Usecase:

    $ du $(systemd-vpick /srv/myimages.v/foo___.raw)

In order to determine size of newest image in /srv/myimages.v/
meson.build
src/vpick/meson.build [new file with mode: 0644]
src/vpick/vpick-tool.c [new file with mode: 0644]