I have a text file like this
abcdefg
abcdefg
abcdefg
abcdefg
How to delete the first and last two characters from each line with sed? I would like to get the output like this
bcde
bcde
bcde
bcde
I have a text file like this
abcdefg
abcdefg
abcdefg
abcdefg
How to delete the first and last two characters from each line with sed? I would like to get the output like this
bcde
bcde
bcde
bcde