Results 1 to 5 of 5
hello,
i want to open a document which is on the server, kwrite wants to open it but
all characters are unmeaningful, the message like this:
binary folder is opened. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-29-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 28
kwrite problem
hello,
i want to open a document which is on the server, kwrite wants to open it but
all characters are unmeaningful, the message like this:
binary folder is opened. if you save, it can be damaged.
i cant see the document correctly, what can i do?
i want to solve this problem.
- 12-29-2009 #2Linux Newbie
- Join Date
- Sep 2005
- Location
- CZ
- Posts
- 164
What does Konquerror say? Is your document a folder (directory) or a regular file? Have you tried:
head 'path to your document/your document' in the Konsole?

Edit:
Just in case, 'path to your document/your document' should be automatically generated when drag & dropping the document onto the Konsole...
- 12-30-2009 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 28
sorry, i dont understand
- 12-30-2009 #4
You are trying to open a binary file instead of text file.
Open Terminal and cd to the folder where that file is stored Or copy that file to your Desktop. Execute file command command to check type of that file.
Code:cd <path_of_file> file <file_name>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-30-2009 #5Linux Newbie
- Join Date
- Sep 2005
- Location
- CZ
- Posts
- 164
Open Konquerror, the KDE file browser. Find your document there. Right click and select Properties.What does Konquerror say?
Open Konsole application. Type head and drop your document from the Konquerror.Have you tried:
head 'path to your document/your document' in the Konsole?

Or do as devils casper told


Reply With Quote

