Hacker News new | ask | show | jobs
by oftenwrong 4782 days ago
Some of these things exist in bash too. For example, newer versions of bash support the recursive glob.

    shopt -s globstar
    rm **/*.swp