Thread
:
Need sed to uncomment fstab file lines.
View Single Post
Aug 16th, 2007, 3:15 PM
#
6
Thaidog
Newbie
Join Date: Sep 2004
Posts: 8
Rep Power:
0
OK. How does this look?
sed 's/\(#\)\(/dev/sde1.*\)/\2/' /etc/fstab
sed 's/\(#\)\(/dev/sdf1.*\)/\2/' /etc/fstab
Thaidog
View Public Profile
Find More Posts by Thaidog