I like to use spaces to indent rather than labels; in sed or vim, it is easy to replace tabs at the beginning of the line:
p> s/^I/ /g But if there are tabs in a line (assuming the space i
I like to use spaces to indent rather than labels; in sed or vim, it is easy to replace tabs at the beginning of the line:
p> s/^I/ /g But if there are tabs in a line (assuming the space i