On 18-Oct-2000, Asfihani wrote:
> for a in `grep -l "kambing" * `
> do sed 's/kambing/gajah/g' $a > embuh
> mv embuh $a
> done
for a in `grep -l "kambing" *`
do perl -pi -e 's/kambing/gajah/g' $a
done
Ronny
--------------------------------------------------------------------------------
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3
Pengelola dapat dihubungi lewat [EMAIL PROTECTED]
- [programming] sed untuk update file Asfihani
- Re: [programming] sed untuk update file Ronny Haryanto
- Re: [programming] sed untuk update file Ronny Haryanto
- Re: [programming] sed untuk update file Yohanes Nugroho
- Re: [programming] sed untuk update file Yohanes Nugroho
- Re: [programming] sed untuk update file Asfihani
