You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For general Windows information on build 14951 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/tag/windows-insider-program/).<br/>
18
+
To track or report an issue visit our [Github page](https://github.com/Microsoft/BashOnWindows/issues). <br/>
19
+
20
+
### New Feature: Windows / Ubuntu Interoperability
21
+
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:
22
+
23
+
```
24
+
$ export PATH=$PATH:/mnt/c/Windows/System32
25
+
$ notepad.exe
26
+
$ ipconfig.exe | grep IPv4 | cut -d: -f2
27
+
$ ls -la | findstr.exe foo.txt
28
+
$ cmd.exe /c dir
29
+
```
30
+
31
+
More information can be found at:
32
+
33
+
-[WSL Team Blog for Interop](https://blogs.msdn.microsoft.com/wsl/2016/10/19/windows-and-ubuntu-interoperability/)<br/>
- Ubuntu 16.04 (Xenial) is now installed for all new WSL instances. Users with existing 14.04 (Trusty) instances will not be automatically upgraded.
39
+
- Locale set during install is now displayed
40
+
- Terminal improvements including bug where redirecting a WSL process to a file does not always work
41
+
- Console lifetime should be tied to bash.exe lifetime
42
+
- Console window size should use visible size, not buffer size
43
+
- Additional bugfixes and improvements
44
+
45
+
46
+
### LTP Results:
47
+
Number of Passing Test: 665 </br>
48
+
Number of non-Passing (failing, skipped, etc…): 263 </br>
49
+
[LTP Test Run Logs] (https://github.com/Microsoft/CommandLine-Documentation/tree/live/LTP_Results/14951)<br/>
50
+
51
+
<br/>
52
+
<br/>
53
+
54
+
15
55
## Build 14946
16
56
17
57
For general Windows information on build 14946 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2016/10/13/announcing-windows-10-insider-preview-build-14946-for-pc-and-mobile/#xj8GdVooEqo4H7H7.97).<br/>
0 commit comments