We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96462f2 commit 8be8b99Copy full SHA for 8be8b99
docs/learning-powershell/README.md
@@ -100,7 +100,7 @@ Note that all bash commands should continue working on PowerShell session.
100
| rm -r <folderName> |Remove-Item <folderName> -Recurse |Delete a folder
101
| find -name build* |Get-ChildItem build* -Recurse |Find a file or folder starting with 'build'
102
| grep -Rin "sometext" --include="*.cs" |Get-ChildItem -Recurse -Filter *.cs <br> \| Select-String -Pattern "sometext" | Recursively case-insensitive search for text in files
103
-
+| curl https://github.com | Invoke-RestMethod https://github.com | Transfer data to or from the web
104
105
Recommended Training and Reading
106
----
0 commit comments