mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
$(find ~/Projects -name '*.log' -path '*/log/*' ! -path '*/vendor/bundle/ruby/*' ! -path '*/node_modules/*' -exec echo '"{}"' \;) {
|
|
daily
|
|
size 5115k
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
copytruncate
|
|
notifempty
|
|
}
|