Песочница

Материал из Linux Wiki
Версия от 13:51, 15 октября 2008; Rain (обсуждение | вклад) (Новая: <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...)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигацииПерейти к поиску
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 "${string}s@${what}@${to}@gi" "${file}"
done