View Single Post
  #6   (View Single Post)  
Old 26th May 2009
gosha gosha is offline
Spam Deminer
 
Join Date: Jun 2008
Location: China
Posts: 256
Default

yes, I'm using ksh, the default shell in openbsd.
Actually I've read quite a few articles on the web on the subject, but still cannot appreciate the difference between shells. Probably because I don't really do any serious programming.

Anyway, it does not work even from sh. With this command it deletes only the first page:
Code:
for page in `jot 3 1` ; do djvm -d file.djvu $page ; done
Reply With Quote