Skip to main content
Tweeted twitter.com/#!/StackUnix/status/100501462215434241
added 21 characters in body; edited tags; edited title
Source Link

How to read Word .doc filefiles?

How can we read Microsoft Word .doc(.doc) files in a linuxLinux system? It doesn't support .doc.doc files. I tried

strings filename.doc | less

but it gives ugly output. Any other option?

I would prefer a GUI based tool.

How to read .doc file?

How can we read .doc files in a linux system? It doesn't support .doc files. I tried

strings filename.doc | less

but it gives ugly output. Any other option?

I would prefer a GUI based tool.

How to read Word .doc files?

How can we read Microsoft Word (.doc) files in a Linux system? It doesn't support .doc files. I tried

strings filename.doc | less

but it gives ugly output. Any other option?

I would prefer a GUI based tool.

added 38 characters in body
Source Link
Chankey Pathak
  • 1.9k
  • 8
  • 29
  • 36

How can we read .doc files in a linux system? It doesn't support .doc files. I tried

strings filename.doc | less

but it gives ugly output. Any other option?

I would prefer a GUI based tool.

How can we read .doc files in a linux system? It doesn't support .doc files. I tried

strings filename.doc | less

but it gives ugly output. Any other option?

How can we read .doc files in a linux system? It doesn't support .doc files. I tried

strings filename.doc | less

but it gives ugly output. Any other option?

I would prefer a GUI based tool.

Source Link
Chankey Pathak
  • 1.9k
  • 8
  • 29
  • 36

How to read .doc file?

How can we read .doc files in a linux system? It doesn't support .doc files. I tried

strings filename.doc | less

but it gives ugly output. Any other option?