blog@eriköjebo.se

/lambλda/calculus/

$ login
$ ls -d /*/
  • /CodeBlog
  • /FamilyBlog
  • /AboutMe
  • /ContactMe
  • $ cat "

    QuickTip: PowerShell equivalent of find | xargs grep (find in files)

    "

    To search files in a given directory for a string, you can use the following PowerShell command:

    Get-ChildItem -Recurse -Include *.* | Select-String "text to search for"
    
    Written by Erik Öjebo 2015-11-20 10:57 Comments (0)
Previous Next
$ info

Erik Öjebo

I'm a programmer, father, consultant and emacs enthusiast living in Örebro, Sweden. I specialize in .NET development using agile practices. I spend my time working on open source software and learning interesting programming languages such as lisp, ruby and haskell (using emacs, of course). More

profile for Erik Öjebo at Stack Overflow, Q&A for professional and enthusiast programmers
x