[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] cat problem



p.slegg@scubadivers.co.uk wrote:
# cat <<EOF
 > echo bob
 > echo more bob
 > EOF

gets a "file not found" error,

I confirm I have the same problem as you, regardless the version of cat, bash, and UNIXMODE settings.

But the exact message is:
cat: -: No such file or directory

So cat tries to open the "-" file, probably for output. Is is usually considered as a synonym for stdout.

But I don't reproduce this problem with my EasyMiNT setup.
Maybe the difference is from the kernel ?

On EasyMint, I have the following kernel, and it works well:
# cat /kern/version
FreeMiNT version 1.17 (roo@mikromachine.localdomain) (gcc version 2.95.3 20010315 (release)) #1 Wed Nov 12 22:49:20 CET 2008

--
Vincent Rivière