Search Results

Search: Posts Made By: flash80
5,867
Posted By Chubler_XL
Sorry it's because the line assigning GPS has...
Sorry it's because the line assigning GPS has been indented, my bad (and a poor way to set IFS anyway) for writing code that must start in column 1!

Replace:
# Fetch GPS info into array
...
5,867
Posted By Chubler_XL
Looks like there were a couple of slight issues...
Looks like there were a couple of slight issues with the solution posted:

length is an awk function and should be used as a variable name
image magic draw function requires text x,y 'string'
...
5,867
Posted By rdcwayx
source=ML.JPG target=target.JPG set --...
source=ML.JPG
target=target.JPG

set -- $(identify $source |awk 'NR==1{split($3,a,"x"); print a[1],a[2]}') # get the image's size, width=$1, length=$2, you need adjust for your image, depand the...
5,867
Posted By posix
Could you please give output of jhead , also what...
Could you please give output of jhead , also what pattern you want to format from the output??:confused:

just make use this type code may helpful.:D
cat jpeg.sh
#!/bin/sh
for input in `ls -1...
4,702
Posted By anurag.singh
typeset -i total_lines typeset -i no_of_files ...
typeset -i total_lines
typeset -i no_of_files
typeset -i file_no
typeset -i start
typeset -i end
total_lines=$(sed -n '$=' time.txt)
no_of_files=$total_lines/10000+1
file_no=1
end=0
while [...
Showing results 1 to 5 of 5

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