Песочница: различия между версиями

Материал из Linux Wiki
Перейти к навигацииПерейти к поиску
(Новая: <source lang="bash"> to='target' grep --color -oiIrn "source" public/ | awk -F':' '{print $1, $2, $0}' | while read file string all do what=$(echo "${all}" | cut -d: -f3-) sed -i -e "${s...)
 
Строка 1: Строка 1:
<source lang="bash">
blablabla <ref>sometext </ref><ref>sometext1</ref>
to='target'
 
grep --color -oiIrn "source" public/ |
 
awk -F':' '{print $1, $2, $0}' |
 
while read file string all
==1231233==
do what=$(echo "${all}" | cut -d: -f3-)
 
sed -i -e "${string}s@${what}@${to}@gi" "${file}"
<references/>
done
</source>

Версия 14:29, 23 декабря 2008

blablabla [1][2]


1231233

  1. sometext
  2. sometext1