Search Results

Search: Posts Made By: rss0213
1,995
Posted By rss0213
Yes, rdc.... you're on the right track. This was...
Yes, rdc.... you're on the right track. This was the actual solution that I went with:

cd $IMGPATH
for file in $(ls | sort -n); do
count=$((count + 1))
count_str=$(printf...
1,995
Posted By rss0213
For loop sequence issue
Hi. I have a bunch of tif images in the directory with the following naming convention:

1.tif
2.tif
3.tif
.
.
.
n.tif

There are over 1000 tif images in this dir. I'm running a for loop...
21,059
Posted By rss0213
Thank you radoulov and jim (for the explanation)....
Thank you radoulov and jim (for the explanation). It's working now.
21,059
Posted By rss0213
So just remove single quotes? I tried this, and...
So just remove single quotes? I tried this, and got this result:
21,059
Posted By rss0213
cannot stat error
I'm trying to find .tif files in a directory tree and rename them prior to zipping them and moving them to another dir. this is my code:

cd $TMPPATH
pwd
ctr=0
for i in 'find ....
Showing results 1 to 5 of 5

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