Dobrica Pavlinušić's random unstructured stuff
Shell: Revision 3

Welcome to scratch pad of usefull shell snippets



remove all php4 packages with apt-get

dpkg -l | grep php4 | awk '{ print $2 }' | xargs apt-get remove -y