csv-exec - execute an external command for each row
csv-exec [OPTION]…
Read CSV stream from standard input and execute an external command for each row.
csv-ls -R -c full_path . | csv-grep -c full_path -e '~$' | csv-exec -- rm -f %full_path
csv-nix-tools(7)