Search Results

Search: Posts Made By: Merlin Joseph
7,236
Posted By Merlin Joseph
@Dan Cragun, Yes, when I checked it is just...
@Dan Cragun,

Yes, when I checked it is just keeping one column with it's value and then removing all other columns and it's values from the output file. The header is like this in the output file...
7,236
Posted By Merlin Joseph
@Rudic, I have even tested your script. It...
@Rudic,

I have even tested your script. It works well for the first time and then when it is executed for the second time it is removing the values from most of the columns. It is even creating a...
7,236
Posted By Merlin Joseph
@MadeINGermany But the number of columns I...
@MadeINGermany

But the number of columns I declared are found in the input file feed.txt and they are matching.

It's about a scenario when no new columns are added in the feed.txt :

The...
2,171
Posted By Merlin Joseph
Hi Chubler XL, Thanks again . ...
Hi Chubler XL,


Thanks again .

Yes, I have already checked the availability of those images because I am downloading the images from a third party URL to the local server and then do the...
2,171
Posted By Merlin Joseph
@RudiC $image contains an image name. I am...
@RudiC

$image contains an image name. I am reading a file with image URLs assigning the image name (after downloading) to the variable called image.

Then resizing the $image within the loop....
7,236
Posted By Merlin Joseph
@MadeINGermany Thanks. I changed the locale...
@MadeINGermany

Thanks. I changed the locale settings and it's working.

But the only problem I saw is when there is no values in some of the columns then the file looks like ;;;; with just...
2,171
Posted By Merlin Joseph
Hi Chubler XL, Thanks. I am resizing the...
Hi Chubler XL,

Thanks. I am resizing the images within the script. Here is my code block.
for img_size in $(echo "$IMAGE_SIZES" | tr "," " ") ; do
test -e...
2,171
Posted By Merlin Joseph
File names with international characters is not getting recognized in Linux server
Hi,

I am using image Magick for resizing the images. Everything is working as long as the file names are in English.

But when the file names are in European accented fonts like...
7,236
Posted By Merlin Joseph
@MadeInGermany Hi, I too have a...
@MadeInGermany

Hi,

I too have a similar requirement. I was reffering to your code


awk '
BEGIN { FS=OFS=";" }
NR==FNR {
# 1st file: build hd[]
for (i=1; i<=NF; i++) { hd[$i] }
next...
Showing results 1 to 9 of 9

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