Archive : Rm prints removed archives.

This commit is contained in:
Dmitry Voronin 2024-01-16 20:28:45 +03:00
parent 1b1ce9d545
commit 1921a6f61c

View file

@ -157,7 +157,7 @@ function archive_rm() {
[[ "${targets}" = "" ]] && targets=($(_ls_archive))
process() {
rm -- "${target}"
rm -- "${target}" && echo "${target}"
}
_iterate_targets process ${targets[@]}