jump to navigation

Le piccole soddisfazioni della vita 4 Gennaio 2009

Posted by fripp in About me, Bash, Debian, GNU/Linux, Gnome, Informatica, Scripting, Sistemi Operativi, Ubuntu, Unix, cazzate.
Tags: , , , , , , ,
trackback
#!/bin/sh
var=echo -n $(dpkg -l|grep 'xserver-xorg-video'|awk '{print $2}')
apt-get remove --purge $(for i in $var; do tmp=$(echo $i|grep 'intel'); if [[ -z "$tmp" ]]; then echo $i; fi; done)

Commenti»

No comments yet — be the first.