1
1
I want to change a text file's format, removing all blank lines. How can I do that?
(2) 5. The function of the condenser is to:
a) vapourise the liquid refrigerant
b) change high pressure refrigerant vapour to liquid
c) pressurise low pressure refrigerant vapour
d) vent off vapourised refrigerant
e) lower the liquid refrigerant pressure
(2) 6. One tonne of refrigeration is:
a) 13958 kJ per day
b) 100 kJ per minute
c) 233 kJ per minute
d) 13958 J per hour
e) 335 J per second
(2) 5. The function of the condenser is to:
a) vapourise the liquid refrigerant
b) change high pressure refrigerant vapour to liquid
c) pressurise low pressure refrigerant vapour
d) vent off vapourised refrigerant
e) lower the liquid refrigerant pressure(2) 6. One tonne of refrigeration is:
a) 13958 kJ per day
b) 100 kJ per minute
c) 233 kJ per minute
d) 13958 J per hour
e) 335 J per second
Hello ,thanks for help,. I installed GNU sed in Window vista , tried SED itself not working, no SED window up – Brant – 2012-06-24T16:22:41.973
@Brant What do you mean by "not working" and "no SED window up"? Can you run the command from a prompt? If not, what errors do you see? – slhck – 2012-06-24T16:31:55.187
First I could not find SED shortcut anywhere on startup menu or desktop. Then I run the bin in Program Files--> GnuWin32-->bin-->SED under C drive. Then Black window up for a split of second and dissappeared – Brant – 2012-06-24T16:43:02.697
@Brant it's a command line tool. That command will edit it in-place, invoked from a shell. There is no GUI. I recommend you install cygwin on Windows and use the one that comes with it. – Keith – 2012-06-24T18:20:19.167
Installing cygwin just to remove some lines from a text file seems a bit overkill to me. – Richard – 2012-06-24T19:56:15.743
Thank you Keith. After I installed cygwin , the SED command work in the GUI window, now I can change the text format, this will save – Brant – 2012-06-24T22:05:29.730
Thank you Keith. After I installed cygwin , the SED command work in the GUI window, now I can change the text format, this will save time when many files need to convert. The format displayed correctly in Wordpad but not in Notepad, anyway I already get what I need...thanks a lot – Brant – 2012-06-24T22:13:58.440