[wplug] bash for i?

Zach Uram netrek at gmail.com
Thu Sep 4 04:17:50 EDT 2008


I want this script to remove all xserver-xorg-video-* packages but
when I run it it takes me to some ">" prompt?

#!/bin/bash

for i in 'dpkg -l|grep xserver-xorg-video' do 'dpkg --purge $i'

Zach


More information about the wplug mailing list