mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-14 00:53:15 -07:00
3 lines
82 B
Text
3 lines
82 B
Text
n=0;
|
|
mycmd | while read foo; do rm "$foo"; ((n++)); done
|
|
echo "Deleted $n files"
|