Append text to the end of multiple lines:
:%s/$/\*/g
Append text to the end of multiple lines:
:%s/$/\*/g
After upgrading from Ubuntu 10.10 to 11.04, I could no longer mount any of my HFS+ OS X partitions: | |
$ sudo mount -t hfsplus /dev/sdc2 /media/radius_a | |
mount: wrong fs type, bad option, bad superblock on /dev/sdc2, | |
missing codepage or helper program, or other error | |
In some cases useful info is found in syslog - try | |
dmesg | tail or so | |
I did the following in order to fix this error: |