Right now I have a text file, and inside it there is one very long line. The contents of the line are character, tab, character, tab.....
After opening it with Notepad, I found that this line is already displayed as 3 lines (word wrap is not enabled).
(When opened with excle I found it is 1 line, and it has already extended to column IG, with probably more than 270 tabs)
So would sed treat this as one line or 3 lines?
Also, how does the sed command recognize tabs (what is the wildcard for tabs)?
After opening it with Notepad, I found that this line is already displayed as 3 lines (word wrap is not enabled).
(When opened with excle I found it is 1 line, and it has already extended to column IG, with probably more than 270 tabs)
So would sed treat this as one line or 3 lines?
Also, how does the sed command recognize tabs (what is the wildcard for tabs)?

