alias rmdsstores='find ./ -type f | grep .DS_Store | xargs rm'
You need to create an account or log in to post comments to this site.
11317 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
alias rmdsstores='find ./ -type f | grep .DS_Store | xargs rm'
You need to create an account or log in to post comments to this site.
Two pipes and 3 commands calls.
Here is a best way with only find command :