LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   converter command problem (https://www.linuxquestions.org/questions/linux-newbie-8/converter-command-problem-842861/)

somy 11-07-2010 04:45 AM

fdf to ( xsf or xyz ) converter
 
hi I want to convert fdf file to xsf file or xyz file on ubuntu 9.10_32 bit .please help me how I can do it.
thanks

somy 11-07-2010 08:01 AM

converter command problem
 
hi
I wrote{fdf2xsf < ch.fdf > ch.xsf} in terminal(ubuntu 9.10 32_bit)&
this error occur :
fdf2xsf :command not found
what should I do ?
thanks

arizonagroovejet 11-07-2010 08:11 AM

Install fdf2xsf.

Or if it's installed, ensure it's in a directory which is in $PATH.

Or when referencing it, use the full path to fdfsxsf. E.g.

Code:

{/usr/local/bin/fdf2xsf < ch.fdf > ch.xsf}
What is fdf2xsf? Typing 'fdf2xsf' in to Google currently gets only one hit, which is your post.

H_TeXMeX_H 11-07-2010 08:14 AM

There is no such thing as fdf2xsf, not that I can find. You must install a program that can deal with these formats. I've never heard of these formats before.

theNbomr 11-07-2010 09:23 AM

Perhaps you could explain what you expected to happen. Since what you've written seems to have no logical meaning, there is an infinite universe of possible 'remedies'.

--- rod.

Tinkster 11-07-2010 11:22 AM

I took the liberty to merge your two closely related threads.

Please don't double post.


Cheers,
Tink


All times are GMT -5. The time now is 09:26 PM.