mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Useful script
This commit is contained in:
parent
d2312e9874
commit
957a706d0b
6
scripts/grep-global
Executable file
6
scripts/grep-global
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export LANG=C
|
||||
find . -name "*.cc" -exec grep -H $@ {} \;
|
||||
find . -name "*.h" -exec grep -H $@ {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user