My Notes
While searching files with find, exclude some directories
find . -type f -name '*.php' ! -path "./lib/*" ! -path "./Resources/*" -exec vim -s /root/vimscript.scr "{}" \;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment