rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Change "constants.calc" to do the "grep" itself, so it can be cross-platform, without the shell script #608

Closed rlwhitcomb closed 1 year ago

rlwhitcomb commented 1 year ago

The code in "g.sh" has this:

grep $1 `find . -name "*.java"`