![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Windows 2003 R2 on existing Windows 2008 | gunnervarma | Windows & DOS: Issues & Discussions | 2 | 04-07-2009 04:00 PM |
| What's better for running Windows software in Linux, Wine or Windows VMware? | Advice Pro | Linux | 1 | 03-31-2009 04:23 PM |
| GnuWin32 2.4.12 (LibArchive branch) | iBot | Software Releases - RSS News | 0 | 05-10-2008 06:40 PM |
| Changing windows server alias name on windows or unix? | NycUnxer | UNIX for Dummies Questions & Answers | 1 | 03-26-2008 05:54 PM |
| GnuWin32 sed 4.1.4 regexp matching | Simerian | UNIX for Dummies Questions & Answers | 2 | 06-23-2005 12:28 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Using SED on Windows xp-GnuWin32
I installed the GnuWin32 tools on my Windows XP system but I cannot .. for the life of me .. get the SED tool to work for me.
All I need to do is remove blank lines for a text file. My script is ... Code:
sed -e '/^$/ d' xxx.txt > yyy.txt Code:
sed: -e expression #1, char 1: unknown command: `'' Do I need to do something re/DOS? Thanks, Ms. Holmberg Last edited by Yogesh Sawant; 05-08-2009 at 08:53 AM.. Reason: added code tags |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|