Search Results

Search: Posts Made By: paragnehete
Forum: Programming 05-04-2012
3,888
Posted By neutronscott
Well I just now noticed I create the destination...
Well I just now noticed I create the destination directory every iteration. That's probably best done before the loop and then each increment. Whoops. :)
Forum: Programming 04-30-2012
3,888
Posted By neutronscott
#!/bin/bash # minimum number of files per...
#!/bin/bash

# minimum number of files per directory
cc=50
# directory prefix
dest_prefix=./LHR-
# starting suffix for directory (will be zero padded to 3 spaces)
d=1

for file in *.tif; do...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy