Re: Error using builtin print command in mksh

2016-04-27 Thread Eric Blake
On 04/27/2016 06:48 AM, leonhard.baumst...@free.fr wrote: > Hello, > we are using lots of ksh scripts in mksh. They contain print commands to > insert > separators like into text output files. Contrary to Ubuntu's > ksh this results in the following error message: > > $ mksh -c "

Error using builtin print command in mksh

2016-04-27 Thread leonhard . baumstark
Hello, we are using lots of ksh scripts in mksh. They contain print commands to insert separators like into text output files. Contrary to Ubuntu's ksh this results in the following error message: $ mksh -c "print ---" mksh: print: --: unknown option I would be grateful if this c