23 Mar
2018
23 Mar
'18
00:07
On 2018-03-23 00:28:32 +0100, Bernhard Voelker wrote:
On 03/22/2018 10:39 AM, Sébastien 'sogal' Poher wrote:
sed -i 's|/usr/bin/env\ python|/usr/bin/python2|1' %{buildroot}/%{_bindir}/%{name} __________________________________________________^
I've never seen '1' after the 's' command; what should that do?
It replaces the first match. For instance, marcus@linux:~> echo -e "foobarbar\nfoobar" | sed -e 's/bar/xxx/2' foobarxxx foobar marcus@linux:~> Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org