Next: , Previous: White Space, Up: Comparison


1.3 空白行の差を抑制する

-B--ignore-blank-linesオプションは,空白行の挿入や削 除を無視します.これらのオプションは,完全に空の行だけに効果があります. それらは,空のように見えるが,スペースやタブを含んでいる行には効果があり ません.これらのオプションを用いると,例えばファイルが以下のものを含んで いると考えます.

     1.  A point is that which has no part.
     
     2.  A line is breadthless length.
     -- Euclid, The Elements, I

これは以下を含んでいるファイルと等価です.

     1.  A point is that which has no part.
     2.  A line is breadthless length.
     
     
     -- Euclid, The Elements, I