bash -c 'for i in {1..5}; do echo \$i; done' bash -c 'for num in {1..10}; do echo \"Number \$num\"; done'
Ejecutar un bucle for en Bash mediante WSL desde PowerShell (PowerShell, Bash)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.