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

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

Problems with sed


From: Stepan Kasal
Subject: Problems with sed
Date: Thu, 12 Sep 2002 15:21:05 +0200
User-agent: Mutt/1.2.5.1i

Hello,
        a few weeks ago you asked about this

sed -e '...' "$file"
doesn't work when file=-1-1

You probably know the answer by now, but just in case:

sed -e '...' -- "$file"

should work.

HTH,
        Stepan





reply via email to

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