[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Quick sed question
- From: "Andrew Parker" <andrewparker bigfoot com>
- To: paul all-the-johnsons co uk, "Development discussions related to Fedora" <fedora-devel-list redhat com>
- Cc:
- Subject: Re: Quick sed question
- Date: Tue, 2 Dec 2008 19:14:34 -0500
2008/12/2 Paul <paul all-the-johnsons co uk>:
>
> 's,@''bindir@,$(bindir),g'
>
> what does the ,g do?
>
(each) "," is a delimiter, the "g" means replace every instance of
@''bindir@ on each line - without it it would just be the first
instance on every line.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]