mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
replace.sh #!/bin/sh grep -lr "$1" | xargs sed -i "s/$1/$2/g" e.g. ./replace.sh "cru I2S1_8CH_MCLKOUT" "mclkout_i2s1" Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: I742c35e23a54facb90cde8f9d0d2b935be69152b |
||
|---|---|---|
| .. | ||
| alpha | ||
| arc | ||
| arm | ||
| arm64 | ||
| c6x | ||
| csky | ||
| h8300 | ||
| hexagon | ||
| ia64 | ||
| m68k | ||
| microblaze | ||
| mips | ||
| nds32 | ||
| nios2 | ||
| openrisc | ||
| parisc | ||
| powerpc | ||
| riscv | ||
| s390 | ||
| sh | ||
| sparc | ||
| um | ||
| x86 | ||
| xtensa | ||
| .gitignore | ||
| Kconfig | ||