mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-18 16:14:32 +01:00
Useful script
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export LANG=C
|
||||||
|
find . -name "*.cc" -exec grep -H $@ {} \;
|
||||||
|
find . -name "*.h" -exec grep -H $@ {} \;
|
||||||
|
|
||||||
Reference in New Issue
Block a user