Trying to run the awesome gnu parallel on ubuntu on windows. pjalajas@pjalajas-5520:/mnt/c/Users/pjalajas/Downloads$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"
1629 2021-06-08 17:27:57 EDT Tue :: sudo apt-get remove parallel 1630 2021-06-08 17:28:19 EDT Tue :: sudo apt-get install parallel 1631 2021-06-08 17:28:35 EDT Tue :: parallel echo ::: a b c 1632 2021-06-08 17:28:52 EDT Tue :: parallel c d e ::: a b c pjalajas@pjalajas-5520:/mnt/c/Users/pjalajas/Downloads$ parallel c d e ::: a b c parallel: This should not happen. You have found a bug. Please contact <parallel@gnu.org> and include: * The version number: 20161222 * The bugid: open3-GLOB(0x7ffff9207528) c d e a * The command line being run * The files being read (put the files on a webserver if they are big)