I have a script file that file type is

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs)

Now I want to get the contents of this file. How can I ?

Any help me to get cotents of this file type?

That is a binary format. You will not be able to get original source code from that (other than ASM, of course).
One tool you can use is readelf . You can also use objdump if you wish to get at the assembly of the program.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.