Ole Tange <ole <at> tange.dk> writes: > Please paste the full output of: > > parallel --version
Sure. I tried 0422 and 0822 which both fail, though in different ways. What I sent earlier used 0422. Dirk edd@max:/tmp/parallel$ cd dataSerial/ edd@max:/tmp/parallel/dataSerial$ parallel wc ::: A.txt B.txt parallel: Input is read from the terminal. Only experts do this on purpose. Press CTRL-D to exit. C-c C-c edd@max:/tmp/parallel/dataSerial$ parallel wc :: A.txt B.txt parallel: Input is read from the terminal. Only experts do this on purpose. Press CTRL-D to exit. C-c C-c edd@max:/tmp/parallel/dataSerial$ parallel --version WARNING: YOU ARE USING --tollef. USE --gnu FOR GNU PARALLEL GNU parallel 20120422 Copyright (C) 2007,2008,2009,2010,2011,2012 Ole Tange and Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. GNU parallel comes with no warranty. Web site: http://www.gnu.org/software/parallel When using GNU Parallel for a publication please cite: O. Tange (2011): GNU Parallel - The Command-Line Power Tool, ;login: The USENIX Magazine, February 2011:42-47. (and this I upgraded to 0822 from the SuSE build server) edd@max:/tmp/parallel/dataSerial$ parallel wc :: A.txt B.txt /bin/bash: ::: command not found /bin/bash: A.txt: command not found /bin/bash: B.txt: command not found C-c C-c edd@max:/tmp/parallel/dataSerial$ parallel wc ::: A.txt B.txt /bin/bash: :::: command not found /bin/bash: A.txt: command not found /bin/bash: B.txt: command not found C-c C-c edd@max:/tmp/parallel/dataSerial$ parallel --version WARNING: YOU ARE USING --tollef. USE --gnu FOR GNU PARALLEL GNU parallel 20120822 Copyright (C) 2007,2008,2009,2010,2011,2012 Ole Tange and Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. GNU parallel comes with no warranty. Web site: http://www.gnu.org/software/parallel When using GNU Parallel for a publication please cite: O. Tange (2011): GNU Parallel - The Command-Line Power Tool, ;login: The USENIX Magazine, February 2011:42-47. edd@max:/tmp/parallel/dataSerial$
