PowerShell
1 2 |
echo -n "How old are you? " read age |
Bash
1 |
Write-Host "Muy buenas" (Read-Host) |
Tabla de comparación
PowerShell | Bash | |
---|---|---|
Introducción | https://www.youtube.com/watch?v=GcJaSSAz7K0 | https://www.youtube.com/watch?v=XIXZ4pSu-zg |
Operaciones con cadenas | https://www.youtube.com/watch?v=OCMZLQQnX50 | https://www.youtube.com/watch?v=zxAPUAsu7OQ |
Ejercicio: crear calendario del año | https://www.youtube.com/watch?v=-rVXJVgMP1k | https://www.youtube.com/watch?v=aDCfL9Pk3TQ |