Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- "sh -c <command> [args]" might work a bit better. Most "bourne-like" shells behave this way. Since the Nios II shell environment is based on Bash ("Bourne Again SHell"), this should work. Cheers, slacker --- Quote End --- You don't need 'sh -c' here, that is usually only needed when you need a shell to do filename globbing or stdin/stdout redirection when a program is running something using one of the exec family of functions - eg execl().