bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

The easier solution for this issue is to change the single quotes with double quotes. The have a different function under the DOS/Windows command prompt than under the common Linux shells.

djvused aaa.djvu -e "select 10; save-page-with b.djvu"

You can easily test the different workings of the single and double quotes by doing:

python -c "import sys; print sys.argv[1:]" "abc def" 'uvw xyz'

which gives you the 3 element list:

['abc def', "'uvw", "xyz'"]


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Twilah

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top