How to search string in powershell on windows, like grep in linux

Описание к видео How to search string in powershell on windows, like grep in linux

We are going to go through the Powershell CmdLet Select-String and all of it's options.
It suppoert following parameters
1. -SimpleMatch
2. -Pattern
3. -NoMatch
4. -NoEmphasis
5. -CaseSensitive
6. -Raw
7. -Path
8. -AllMatch

Read in text format here :-
https://refactoredcodes.com/search-fo...

Chapters
00:00 Intro
00:27 : Search In A List
02:00 : Create Test File
03:50 : Search In A File
08:16 : Find Not Matching Lines
09:05 : Find All Matches
13:00 : Case Sensitive Search
15:05 : Get Raw text
17:55 : Stop Highlighting
18:30 : Possibilities
23:27 : Outro

#powershellscripting #Powershell #Coding #scripting #softwareengineering #softwareprogramming #Windows

Комментарии

Информация по комментариям в разработке