View Single Post
Old 28th May 2009
fbsduser fbsduser is offline
Shell Scout
 
Join Date: Aug 2008
Posts: 110
Default

Quote:
Originally Posted by Carpetsmoker View Post
The command
% jot 10 1

Should output

Code:
1 2 3 4 5 6 7 8 9 10
So it is easy to test if jot(1) is the culprit.

Testing the djvm command is also simple:
% djvm -d file.djvu n
This is the results of the "jot" command under M$Linux
Code:
 
Ghost*Rider@CrackBox-X64:~$  jot 10 1
1
2
3
4
5
6
7
8
9
10
Ghost*Rider@CrackBox-X64:~$
Reply With Quote