mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 22:38:50 +08:00
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
n=0;
|
|
mycmd | while read foo; do rm "$foo"; ((n++)); done
|
|
echo "Deleted $n files"
|