-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update findstr.md #6768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update findstr.md #6768
Conversation
findstr hello there x.y // find *hello* in *there*, *x.y* files findstr "hello there" x.y // find *hello* or *there* in *x.y* file
@hochun836 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 2bf9a03: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
#assign: @robinharwood, @Xelu86 |
@hochun836 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
1 similar comment
@hochun836 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
…ge-aa [Scoped] Updating ms.author to Alan Alves
findstr hello there x.y // find
hello
inthere
,x.y
filesfindstr "hello there" x.y // find
hello
orthere
inx.y
file