Skip to content

Commit 8be8b99

Browse files
vmsilvamolinaiSazonov
authored andcommitted
Add cURL to the Bash users list in README.md (PowerShell#7948)
1 parent 96462f2 commit 8be8b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/learning-powershell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Note that all bash commands should continue working on PowerShell session.
100100
| rm -r <folderName> |Remove-Item <folderName> -Recurse |Delete a folder
101101
| find -name build* |Get-ChildItem build* -Recurse |Find a file or folder starting with 'build'
102102
| grep -Rin "sometext" --include="*.cs" |Get-ChildItem -Recurse -Filter *.cs <br> \| Select-String -Pattern "sometext" | Recursively case-insensitive search for text in files
103-
103+
| curl https://github.com | Invoke-RestMethod https://github.com | Transfer data to or from the web
104104

105105
Recommended Training and Reading
106106
----

0 commit comments

Comments
 (0)