Hi,
We have a server with "big website". It's account has 567 lines, which
is >50% of limit.
So, 1000 lines is not unreachable in real world.
Number of lines:
root@web:/var/spool/cron/crontabs# cat website |wc -l
567
Number of tasks:
root@web:/var/spool/cron/crontabs# cat website |grep -E "^[\*0-9]" |wc -l
382
Empty lines and comments:
root@web:/var/spool/cron/crontabs# cat website |grep -E "^$" |wc -l
92
root@web:/var/spool/cron/crontabs# cat website |grep -E "^#" |wc -l
92
Thanks for your work on Debian packages.