This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
shellcheck
mirror of
https://github.com/koalaman/shellcheck.git
Watch
1
Star
0
Fork
You've already forked shellcheck
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9eac0bfab9
shellcheck
/
badcase
/
subshellvar4
4 lines
82 B
Plaintext
Raw
Blame
History
n=0;
mycmd | while read foo; do rm "$foo"; ((n++)); done
echo "Deleted $n files"
Reference in New Issue
View Git Blame
Copy Permalink