Skip to content

Commit 2b44718

Browse files
author
Ben Hillis
authored
Merge pull request #806 from MicrosoftDocs/20175
Release notes for 20175
2 parents ba5950a + deed753 commit 2b44718

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

WSL/release-notes.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1556,13 +1556,13 @@ For general Windows information on build 14951 visit the [Windows Blog](https://
15561556
### New Feature: Windows / Ubuntu Interoperability
15571557
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:
15581558

1559-
```
1560-
$ export PATH=$PATH:/mnt/c/Windows/System32
1561-
$ notepad.exe
1562-
$ ipconfig.exe | grep IPv4 | cut -d: -f2
1563-
$ ls -la | findstr.exe foo.txt
1564-
$ cmd.exe /c dir
1565-
```
1559+
```bash
1560+
$ export PATH=$PATH:/mnt/c/Windows/System32
1561+
$ notepad.exe
1562+
$ ipconfig.exe | grep IPv4 | cut -d: -f2
1563+
$ ls -la | findstr.exe foo.txt
1564+
$ cmd.exe /c dir
1565+
```
15661566

15671567
More information can be found at:
15681568

0 commit comments

Comments
 (0)