linuxOS_AP05/debian/test/usr/share/bug/logrotate/script

6 lines
98 B
Plaintext
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh
printf "Contents of /etc/logrotate.d\n" >&3
ls -l /etc/logrotate.d >&3
printf "\n" >&3