> How can I use the httrack in the commandline of linux?> I extracted the
"httrack-3.30.tar.gz" and I don't know
> witch file should I run.
Just do:
tar xvfz httrack-3.30.tar.gz && cd httrack-3.30
&& ./configure --prefix=$HOME && make && make install
Then, run $HOME/usr/bin/httrack
|