AUTODESK FLAME 2008 SERVICE PACK 6
RE: AUTODESK FLAME 2008 SERVICE PACK 6
(03-30-2019, 09:53 AM)jmjsgi Wrote:  the first picture are make with command "find / l grep libInventor.so.3" in root shell.

No, it was not.  It was the output of "find / I grep libInventor.so.3".  The character before "grep" is supposed to be a vertical bar (pipe symbol, in Unix shell terminology) but you clearly typed "I" (capital letter i) instead in that picture and the post itself.

FWIW, instead of piping the output of find to grep, you could use "find / -name \*libInventor.so.3\* -print" to achieve the same result (which is anything containing "libInventor.so.3" in the name).  Or just "find / -name libInventor.so.3 -print" to exactly match the filename.

SGI:  Indigo, Indigo2, Octane, Origin 300
Sun:  SPARCstation 20 (x4), Ultra 2, Blade 2500, T5240
HP:  9000/380, 425e, C8000
Digital: DECstation 5000/125, PWS 600au
jpstewart
Developer

Trade Count: (1)
Posts: 444
Threads: 6
Joined: May 2018
Location: SW Ontario, CA
Find Reply
03-30-2019, 07:16 PM


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)