Discussion:
u4p1 question
(too old to reply)
Johnny Yip
2004-06-18 00:15:30 UTC
Permalink
Hi,

When it says "ignore blanks" does it mean ignore blank-line or blank-space
or both? If I ignore blank-space as well, then the following lines will
not differ:

nospacesinbetween
no spaces in between

Thanks,
Johnny
Troy Mark Gonsalves
2004-06-18 17:52:42 UTC
Permalink
Post by Johnny Yip
When it says "ignore blanks" does it mean ignore blank-line or blank-space
or both? If I ignore blank-space as well, then the following lines will
nospacesinbetween
no spaces in between
True.

We would typically use the command discussed in this question on code
files, where "if ( a == b ) a = 1;" is effectively the same as
"if(a==b)a=1;"

Loading...