#powershell Search For Text in Multiple Files/Folders
dir *.ps1,*.txt -recurse | % {
Write-Verbose $PsItem.Fullname -verbose; gc $PsItem.Fullname |
sls 'Remove' -Context 2,3 }
Certified English Teacher, IT Consultant, Trainer, Coach, Cloud Automation, Web & Mobile Developer
dir *.ps1,*.txt -recurse | % {
Write-Verbose $PsItem.Fullname -verbose; gc $PsItem.Fullname |
sls 'Remove' -Context 2,3 }
All Rights Reserved. Copyright @ 2015 leedesmond.com
DISCLAIMER: Information anywhere on this domain, sub-domains and sites are Copyright (c) leedesmond.com All Rights Reserved. Materials provided are "AS IS" with no warranties, carry no guarantee or suitability for use, confer no rights and do not represent the views or opinions of the employer of the contributor(s). This may include any products, companies, hyperlinks, illustrations or external references that are the sole responsibility and copyright or registered trademarks of the respective owners, and do not signify endorsement or press releases in any form. Usage of this domain, sub-domains and sites constitutes your implicit acceptance of browser cookies and related technologies. leedesmond.com reserves all exclusive rights to make modifications without prior notification.