diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-07 08:54:41 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-07 08:58:16 +0200 |
commit | 08595072ae2156a399253d34b41748da99e84bfc (patch) | |
tree | 909d73c79a5c1d107223a4fce485d1da49f6066f /src/apk_print.h | |
parent | 9154b8b5e44859ce0a1fd0ba292b26bf8dc8d046 (diff) | |
download | apk-tools-08595072ae2156a399253d34b41748da99e84bfc.tar.gz apk-tools-08595072ae2156a399253d34b41748da99e84bfc.tar.bz2 apk-tools-08595072ae2156a399253d34b41748da99e84bfc.tar.xz apk-tools-08595072ae2156a399253d34b41748da99e84bfc.zip |
ver: make --quiet output suitable for scripting/piping
Do not print version numbers or compare result char when in quiet
mode. This makes the output suitable for be used in scripts or pipes.
For example:
# Upgrade all packages that matches a given regexp
apk version --limit '<' --quiet | grep $regexp | apk fix --reinstall
# Delete all packages that are removed from repository
apk version --limit '?' --quiet | xargs apk del
Diffstat (limited to 'src/apk_print.h')
0 files changed, 0 insertions, 0 deletions