mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
$(find "$(brew --prefix)/var/log" -name '*.log' -exec echo '"{}"' \;) {
|
|
daily
|
|
size 5115k
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
copytruncate
|
|
notifempty
|
|
}
|