I have some output from a script that I'm trying to modify for another program, the data exist in a vi file, but the header information needs to be dropped. I know how to delete characters to the end of a line with D, but I'm trying to delete the first 6 characters from several lines of information.
Is there a global vi command that'll delete the first X number of characters off of lines?
Is there a global vi command that'll delete the first X number of characters off of lines?