Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
Richard Deeming8-Jan-23 22:27
mveRichard Deeming8-Jan-23 22:27 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
raddevus9-Jan-23 2:44
mvaraddevus9-Jan-23 2:44 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
Jörgen Andersson8-Jan-23 21:06
professionalJörgen Andersson8-Jan-23 21:06 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
Jörgen Andersson8-Jan-23 21:13
professionalJörgen Andersson8-Jan-23 21:13 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
GuyThiebaut8-Jan-23 21:31
professionalGuyThiebaut8-Jan-23 21:31 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
rjmoses9-Jan-23 3:15
professionalrjmoses9-Jan-23 3:15 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
jmaida9-Jan-23 8:41
jmaida9-Jan-23 8:41 
AnswerRe: Use POSIX find and grep. Pin
Jeremy Falcon9-Jan-23 9:31
professionalJeremy Falcon9-Jan-23 9:31 
If you have Git for Windows installed already then you have the POSIX ports of grep and find for Windows already installed, it's just most likely they are not in your PATH to avoid name clashes. You can use it outside of Git Bash in CMD or PowerShell as it's just a Windows port.
Terminal
C:\Program Files\Git\usr\bin\find.exe
C:\Program Files\Git\usr\bin\grep.exe
If you don't have Git for Windows installed, install it. No developer should be without Git these days.

Also, WSL2 is great, if you want to use a full-on environment. Better than the old Cygwin days. I say this as a dude that used to be all about PowerShell. If you're going to take the time to learn something may as well learn something cross platform that you can use on a Mac as well.
Jeremy Falcon


modified 9-Jan-23 16:06pm.

GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
Stuart Dootson10-Jan-23 5:40
professionalStuart Dootson10-Jan-23 5:40 
GeneralRe: Recursively Searching for "text" in files in windows 11 Pin
jschell10-Jan-23 7:40
jschell10-Jan-23 7:40 
GeneralSorry (Sari) joke of the day Pin
jmaida7-Jan-23 15:16
jmaida7-Jan-23 15:16 
PraiseI've overcome the datasheet, and the hardware from heck. finally Pin
honey the codewitch7-Jan-23 14:43
mvahoney the codewitch7-Jan-23 14:43 
GeneralRe: I've overcome the datasheet, and the hardware from heck. finally Pin
jmaida7-Jan-23 14:57
jmaida7-Jan-23 14:57 
JokeRe: I've overcome the datasheet, and the hardware from heck. finally Pin
englebart8-Jan-23 5:08
professionalenglebart8-Jan-23 5:08 
GeneralRe: I've overcome the datasheet, and the hardware from heck. finally Pin
honey the codewitch8-Jan-23 5:36
mvahoney the codewitch8-Jan-23 5:36 
GeneralWordle 568 Pin
StarNamer@work7-Jan-23 13:22
professionalStarNamer@work7-Jan-23 13:22 
GeneralRe: Wordle 568 Pin
Peter_in_27807-Jan-23 13:26
professionalPeter_in_27807-Jan-23 13:26 
GeneralRe: Wordle 568 Pin
Amarnath S7-Jan-23 19:22
professionalAmarnath S7-Jan-23 19:22 
GeneralRe: Wordle 568 Pin
OriginalGriff7-Jan-23 20:10
mveOriginalGriff7-Jan-23 20:10 
GeneralRe: Wordle 568 Pin
pkfox7-Jan-23 21:59
professionalpkfox7-Jan-23 21:59 
GeneralRe: Wordle 568 Pin
Sandeep Mewara7-Jan-23 23:49
mveSandeep Mewara7-Jan-23 23:49 
GeneralRe: Wordle 568 Pin
Cp-Coder8-Jan-23 6:37
Cp-Coder8-Jan-23 6:37 
GeneralA nice weekend to all the old fu..s like me ;) Pin
0x01AA7-Jan-23 6:34
mve0x01AA7-Jan-23 6:34 
GeneralRe: A nice weekend to all the old fu..s like me ;) Pin
Mike Hankey7-Jan-23 8:07
mveMike Hankey7-Jan-23 8:07 
GeneralRe: A nice weekend to all the old fu..s like me ;) Pin
0x01AA7-Jan-23 8:16
mve0x01AA7-Jan-23 8:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.