Editing the file
Code:
sudo gedit /etc/dhcp/dhclient.conf
Code:
prepend domain-name-servers x.x.x.x, y.y.y.y;
http://askubuntu.com/questions/13045...ia-resolv-conf
Linux and programming: tips and tricks, the songs, the trips, life...
sudo gedit /etc/dhcp/dhclient.conf
prepend domain-name-servers x.x.x.x, y.y.y.y;
Slow:
while read -r filename; do
rm "$filename"
done <list.txt
For a few arguments):
rm -f $(<list.txt)
xargs -a list.txt -d'\n' rm