User Tools

Site Tools


bash_script_dnld_book

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
bash_script_dnld_book [2015/10/23 12:22]
zoza created
bash_script_dnld_book [2015/10/23 12:22]
zoza
Line 3: Line 3:
 the book is a set of images, numbered in order of pages the book is a set of images, numbered in order of pages
  
-<script ​bash>+<code bash>
 #!/bin/bash #!/bin/bash
 for i in {1..190}; #replace the second number with the actual number of pages  for i in {1..190}; #replace the second number with the actual number of pages 
Line 10: Line 10:
 done done
  
-</script>+</code>
  
bash_script_dnld_book.txt ยท Last modified: 2015/10/23 12:27 by zoza