pmcmicha
Technical User
- May 25, 2000
- 353
I am trying to write a sed statement that will recognize the blank space at the beginning of a line and append a letter to this blank space. This is what I have so far....
sed s/^ /B
I thought that this would work, thanks in advance.
sed s/^ /B
I thought that this would work, thanks in advance.