About 2 results
Open links in new tab

How to use grep command inside Tcl script - Stack Overflow
Apr 7, 2021 · How to run simple grep command in a tcl script and get output grep B file1 > temp # bash grep command need to execute inside tcl commad, file1 looks like this: 1 2 3 6 …
How to use grep -e to match partial words? - Stack Overflow
Nov 13, 2017 · grep wouldn't find a file that contains "function getFoo ()". If you only search for 'getFoo' or else 'function getFoo', grep will find the file that contains the function.