Viewing File: /usr/share/bug/apt-listchanges

#!/bin/sh
exec 1>&3
exec 2>&3
find /etc/apt/listchanges.conf* -name '*.conf' -print0 |
xargs -0 head --verbose --lines -0
Back to Directory File Manager