Re: exec status with no command is 0 but no redirection

2010-05-15 Thread fpo
. And your last comment makes it well. Thanks. Regards, - fpo Le 14/05/2010 21:31, Andreas Schwab a écrit : Bob Proulx writes: Beyond this I am not sure what you wanted to do with exec. You may have wanted this: exec iconv -f ISO_8859-1 -t UTF-8 I think he rather wants t

exec status with no command is 0 but no redirection

2010-05-14 Thread fpo
ncoding system: #!/bin/bash exec | iconv -f ISO_8859-1 -t UTF-8 echo exec status $? echo " 15) Valérie Leulliot - Mon homme blessé " exit 0 Thanks a lot and regards. - fpo