Unzip .tla files

Hi ,

I have a file which is with extension .tla.

I have no idea what file it is so can anybody let me know what it is?.

Regards,
Chetan.C

you can use 'file' to find out. read the man page file(1) and magic(5) for more

$ file ace.png
ace.png: PNG image data, 725 x 111, 8-bit/color RGB, non-interlaced

$ mv ace.png ace.tla

$ file ace.tla
ace.tla: PNG image data, 725 x 111, 8-bit/color RGB, non-interlaced

Sometimes 'strings' can help as well

1 Like