DIR: /proc/1784574/task/1784574/root/usr/share/bug/ |
Current File : //proc/1784574/task/1784574/root/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 |