grep '^lib/' /var/lib/pacman/local/*/files | grep -v glibc returns nothing at all
Please try that with grep -v "local/glibc-2.16.0"grep -v glibc is too simple actually and will filter out lib32-glibc for example.
-- дамјан
grep '^lib/' /var/lib/pacman/local/*/files | grep -v glibc returns nothing at all
Please try that with grep -v "local/glibc-2.16.0"grep -v glibc is too simple actually and will filter out lib32-glibc for example.
-- дамјан