Quote:
Originally Posted by The GreatGonzo
What does this mean, what does it do, and is there an easy way for the non-Linux cognoscenti to do it?
|
It means that the file
/home/intent/mobipocket.param
also contains information about fonts - you can display it with the command "more" or in an editor. It appears to have been created when mobi viewer was run for the first time. Simply removing it, forces the viewer to forget what font has been previously used.
An easy way would be to include the above commands in Adam's scripts.
If you are asking what the commands do...
cp ...
copies the original file so that a backup is created, just in case.
rm ...
removes the file.
One could have used "mv" (for "move"), but the two step approach is safer. The commands need to by typed in the mrxvt terminal or, via ssh, in a terminal on your desktop/laptop.