# البحث في الملفات grep -r "azer" --include=*.{py,js,html} /path/to/project # الاستبدال (احذر من التطبيق العشوائي) sed -i 's/azer//g' /path/to/file