The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-17-2008
Texasone Texasone is offline
Registered User
 

Join Date: Mar 2008
Location: /home/
Posts: 71
ok
i used the double quotes around the original file name and then changed it with underscores. thanks for the tip.

Code:
for ex: linux books 2005.chm
$mv "linux books 2005.chm" linux_books_2005.chm
the only problems i have is that im trying to open the files up with ChmSee via terminal

Code:
chmsee linux_books_2005.chm
the problem is i get this
Code:
chmsee: error while loading shared libraries: libxul.so: cannot open shared object file: No such file or directory
should i get another viewer or is there a way to get the libxul.so file
Reply With Quote