help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sed acting weird


From: Masao Seki
Subject: Re: sed acting weird
Date: Thu, 22 Jul 2004 07:31:45 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)


cppaddict wrote:

I'm using cygwin, and I only see this problem when I run the command
thru the Win32 shell, as opposed to the cygwin shell.

The Win32 shell seems *NOT* to transfer '^' to sed.

Confirm the result of:
  echo '[^a]'
  echo "[^a]"
and try
  echo aaabbbccc | sed "s/[^a]//g"
thru the Win32 shell.

--
GonJii



reply via email to

[Prev in Thread] Current Thread [Next in Thread]