Ir al contenido
Guardar en un fichero la versión del núcleo de Linux (WSL) utilizando un cmdlet de PowerShell (PowerShell, Bash)
Bash
,
PowerShell
PowerShell
wsl uname -r | Out-File nucleo.txt
1
wsl
uname
-r
|
Out-File
nucleo
.
txt