how print file content to stdout in vxWorks? -


i'm using putty telnet robot controller. need equivalent of "cat" command in vxworks, or workaround print content of text file stdout. how can it?

the copy function overloaded handle this. call 1 filename argument , stdout assumed second argument, e.g.:

-> copy "foo.txt" bar -> 

http://www.vxdev.com/docs/vx55man/vxworks/ref/usrfslib.html#copy


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -