Search Results

Search: Posts Made By: Ganesh_more
1,568
Posted By Ganesh_more
Need logic to implement file compare.
Hi all
I have a requirement where i have to develop a file compare tool.
Requirement:
I have one expected file and one actual file. Both the files are database dumps in a csv file comma seperated....
2,442
Posted By Ganesh_more
How to find out whether a file exists with the help of regular expression?
Hi all
I have a list of file names in array. But this file names are not exact. so i want to search whether a file exists or not using regular expression.
code snippet:

if [ -f "*EQST*" ];...
2,219
Posted By Ganesh_more
Hi amisubha the error got resolved.. actually i...
Hi amisubha the error got resolved.. actually i was trying to extract a blob and i didn't knew in which format it was stored.. i was trying to retrieve it in ZIP format and then tried to extract. but...
2,219
Posted By Ganesh_more
How to unzip files on linux
Hi all
While unzipping files in linux i am getting error as:

Archive: mdxcopy.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one...
18,985
Posted By Ganesh_more
I wish to use this tool in my automation tool...
I wish to use this tool in my automation tool that i have prepared for my organization. But if i go by your solution will i be able to do all the stuff freely with no performance issues???
...
18,985
Posted By Ganesh_more
How to run exe files in unix
Hi
I have a open source tool called table text comparator
Link to download that tool: http://www.nirsoft.net/utils/csv_file_comparison.html

I wish to run this tool in our unix servers. In...
11,839
Posted By Ganesh_more
Get_Col_Diff() { REF_MAP=$REF_MAP while...
Get_Col_Diff()
{
REF_MAP=$REF_MAP
while read line
do
#use of temporary variables for comparing column values
var1=$(echo $line |cut -d ';' -f1)
var2=$(echo $line |cut -d ';' -f2)
...
11,839
Posted By Ganesh_more
names[$i]=${names[$i]}","; done Here instead of...
names[$i]=${names[$i]}","; done
Here instead of ${names[$i]} i have a variable $var1 which has different values in each iteration. I want to append comma after the value of $var1 and then store it...
11,839
Posted By Ganesh_more
How to add comma after every value in a array
Hi all
Requirement:
I need to generate a comma seperated file(.csv)
I have one functions which returns me some values in a array. Now i want to add comma after every value that gets stored in the...
3,058
Posted By Ganesh_more
Hi puma i tried your code and it is working fine....
Hi puma i tried your code and it is working fine. I want to know in your code where have written the text to be written in the file should be on the next line coz i don't see anywhere '\n' ???
3,058
Posted By Ganesh_more
Can you please explain the code too
Can you please explain the code too
3,058
Posted By Ganesh_more
How to replace word with multiline text using shell scripting.
Hi all
I have data files which contain data as shown below:

Line 5: FIDE
INST_DESC: DIAM Co Ltd/Japan => MAID Co Ltd/Japan
INST_NME: DIAM Co Ltd/Japan => MAID Co Ltd/Japan


Line 6: FIDE...
Showing results 1 to 12 of 12

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