Results 1 to 3 of 3
Hi guys, is there any of you know how to open a file with *.lit extension? coz i have this file with the extension, and i still can't open it
...
- 07-18-2006 #1
Question about file tipes
Hi guys, is there any of you know how to open a file with *.lit extension? coz i have this file with the extension, and i still can't open it
Thanks for the reply
- 07-18-2006 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,785
You can go here to see what kind of file it is and click on the extension to see what opens it:
http://filext.com/oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 07-19-2006 #3
Regardless of the file extension, if it is a recognizable format, the 'file' command will probably recognize it. If it is data.lit, just type:
If that doesn't work, you may want to peek inside with the 'strings' command, which outputs ASCII character sequences to stdout. Type:Code:$ file data.lit
Code:$ strings data.lit | less


Reply With Quote
