TTY /dev/pts/0 nohup (GNU coreutils) 9.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Jim Meyering. *** Running test-echo ----- dash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input hi status=0 => dash returned 0 nohup.out doesn't exist ----- bash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input hi status=0 => bash returned 0 nohup.out doesn't exist ----- mksh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input hi status=0 => mksh returned 0 nohup.out doesn't exist ----- bin/osh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input /usr/bin/env: ‘python2’: No such file or directory => bin/osh returned 127 nohup.out doesn't exist *** Running test-read ----- dash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input status=1 x= => dash returned 0 nohup.out doesn't exist ----- bash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input bash: line 1: read: read error: 0: Bad file descriptor status=1 x= => bash returned 0 nohup.out doesn't exist ----- mksh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input E: mksh: read: Bad file descriptor status=2 x= => mksh returned 0 nohup.out doesn't exist ----- bin/osh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input /usr/bin/env: ‘python2’: No such file or directory => bin/osh returned 127 nohup.out doesn't exist *** Running test-json-read rm: cannot remove 'nohup.out': No such file or directory rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input /usr/bin/env: ‘python2’: No such file or directory => bin/osh returned 127 nohup.out doesn't exist