How To Delete Development File Versions (i.e. .css or .js)

1 |
/usr/bin/find /my/dir -name "*.css" -a -not -name "*.min.*" -exec rm {} \; |
1 |
/usr/bin/find /my/dir -name "*.css" -a -not -name "*.min.*" -exec rm {} \; |
Categories: How-To's, Technology Tags: CSS, Delete, Development, Find, howto, javascript, JS, minimized, tips
Copyright © 2005-2025 Eric Michael Stone | Random Thoughts, Whims and Fancies…. Powered by WordPress
Leave Your Comment
All fields marked with "*" are required.