Hello all, I have some 20-digit strings - say 1234567890abcdefghij
I want to remove the 3rd and then the 11-18th strings, but leave a space between the two resulting strings
eg "3 abcdefgh"
I only know how to use "cut", does anyone know any way I can do this? All these strings are in the same file.
could you please quote your sample input and the output that you are receiving which deviates the required output, so that it would be easier to look into ?
Hello Matrix,
your option is actually pretty much on course, but I modified my desired output after you helped. What you gave me will give me 3 abcdefghij, but I want 3 abcdefgh