~plainCterrain
13 itemsDownload ./*

..
_win_extra
data
src
build_win.log
compile.sh
compilewin.sh
compilewin_test.sh
filelist.log
linecount.sh
linecount.txt
locate.sh
quad
search.sh


terrainsearch.sh
326 B• 11•  1 month ago•  DownloadRawClose
1 month ago•  11

{}
#!/bin/bash

SEARCH="$1"

# in windows batch/powershell use findstr /?
# findstr /S "thesis" *.tex
find . -path ./src/old -prune -o \
    -path ./src/glew -prune -o \
    -path ./src/cjson -prune -o \
    -path ./scrap -prune -o \
    -type f -exec grep --color -Hi "$SEARCH" {} \;
    #-type f -exec grep -Hi "$SEARCH" {} \;

Top
©twily.info 2013 - 2025
twily at twily dot info



2 272 317 visits
... ^ v