I know I could use xargs
, but I'm in eshell! There must be a slicker way of doing it. Let's say I run
find . -name "*.suo"
What's an eshell way of iterating through the results to rm
each? I've tried for
and mapc
but not being very good at this stuff yet can't quite figure out how to use them for this