Unfortunatley I'm with that command I'm getting:
$ cut -c -d2- config1 > config2
cut: invalid character in range
Quote:
Originally posted by JHeliosfear
Hello, how are you doing? In order to delete the first carrot of every line, do the following:
cut -c -d2- oldfilename> new file name
e.g. cut -c -d2- JHeliosfear > JHeliosfear2
What you should now be left with is the second character of every line onward. I hope this resolves your issue...:-)