Skip to content

Commit

Permalink
Merge pull request #806 from MicrosoftDocs/20175
Browse files Browse the repository at this point in the history
Release notes for 20175
  • Loading branch information
Ben Hillis authored Jul 22, 2020
2 parents ba5950a + deed753 commit 2b44718
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions WSL/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1556,13 +1556,13 @@ For general Windows information on build 14951 visit the [Windows Blog](https://
### New Feature: Windows / Ubuntu Interoperability
Windows binaries can now be invoked directly from the WSL command line. This gives users the ability to interact with their Windows environment and system in a way that has not been possible. As a quick example, it is now possible for users to run the following commands:
```
$ export PATH=$PATH:/mnt/c/Windows/System32
$ notepad.exe
$ ipconfig.exe | grep IPv4 | cut -d: -f2
$ ls -la | findstr.exe foo.txt
$ cmd.exe /c dir
```
```bash
$ export PATH=$PATH:/mnt/c/Windows/System32
$ notepad.exe
$ ipconfig.exe | grep IPv4 | cut -d: -f2
$ ls -la | findstr.exe foo.txt
$ cmd.exe /c dir
```
More information can be found at:
Expand Down

0 comments on commit 2b44718

Please sign in to comment.