Search Results

Search: Posts Made By: rkrish123
4,798
Posted By rkrish123
its depends on requirement when we get files, we...
its depends on requirement when we get files, we can't hardcode any particular date, again it will be like manual as example below...

Day1

Aggr_New_06_10_2013_1944.txt...
4,798
Posted By rkrish123
Thanks for your reply Vidyadhar..!! Its working...
Thanks for your reply Vidyadhar..!!
Its working if we have y'day and today files, the files executes in windows only some times, like continuous 10days then after that again 20th day...so in this...
4,798
Posted By rkrish123
Aggr_New_06_19_2013_1944.txt ...
Aggr_New_06_19_2013_1944.txt
Aggr_New_06_20_2013_1956.txt

In above files, file1 is Aggr_New_06_19_2013_1944.txt and file2 is Aggr_New_06_20_2013_1956.txt, previous file should compare with...
4,798
Posted By rkrish123
Example today will get files like below... ...
Example today will get files like below...

Aggr_New_06_19_2013_1944.txt
Aggr_New_06_20_2013_1956.txt

next day again it will come like...

Aggr_New_06_20_2013_1956.txt...
4,798
Posted By rkrish123
Thanks mjf, its working perfectly for comparison,...
Thanks mjf, its working perfectly for comparison, can do manually.

But my requirement is to automate that file comparison, how can we automate this by using above script as i can't hard coded the...
4,798
Posted By rkrish123
1.Give a complete description of what your input...
1.Give a complete description of what your input files look like (expected sizes, field separators, sample contents, filename format).

One of our unix script will get 2 files from windows server...
789
Posted By rkrish123
UNIX files issue
In one of my unix folder, have 2 files, these 2 files will keep on change with date time stamp. we want to use these files in one of our unix script.

Can anyone help us how to take these 2 files...
4,798
Posted By rkrish123
Thanks Don for your help... I am using "grep...
Thanks Don for your help...

I am using "grep -vF -f *.txt" command to compare,

but here is some issue, comparison is not working correctly...i want to compare file1 with file2, only column 2/3...
4,798
Posted By rkrish123
Thanks Don, its working...but its taking long...
Thanks Don, its working...but its taking long time compare to "comm" command.
till now we are using manually comm -2 -3 file1 file2 > file3
This command working faster than grep...our file size is...
4,798
Posted By rkrish123
Don: i have only 2 files in that folder...these 2...
Don: i have only 2 files in that folder...these 2 files need to compare and generate output to other folder.

Frank: with that example, i have to get only "B05" as output.
4,798
Posted By rkrish123
The files can be any date, it may contain today...
The files can be any date, it may contain today day or y'day....

i can't hardcode the filenames as filename changes daily with new time stamps...
Aggr_New_06_15_2013_1944.txt...
4,798
Posted By rkrish123
thanks for reply RudiC, but how come we find out...
thanks for reply RudiC, but how come we find out the date? files can be y'day or today or 3days back files?

Only here, it has to take 2 files in that folder and compare.
4,798
Posted By rkrish123
i have copied the files to the folder, doing...
i have copied the files to the folder, doing comparision manually by using "comm" command and place output file in to other folder....but daily we can't do it manually, need to automate to get that...
4,798
Posted By rkrish123
File comparision line by line
Hi,

I want to compare 2 files and get output file into seperate folder.

Both file names will change daily with timestamp (ex: file1_06_17_2013_0514), so i can't mention the file names in the...
2,260
Posted By rkrish123
test1.sh script will take longer time and...
test1.sh script will take longer time and sometimes its not coming out to proceed next script, so once "complete" script found in the log of test1, it should go to test2.sh. I have full access & can...
2,260
Posted By rkrish123
Recursive search for string in file with Loop condition
Hi,

Need some help...

I want to execute sequence commands, like below

test1.sh
test2.sh
...etc

test1.sh file will generate log file, we need to search for 'complete' string on test1.sh...
Showing results 1 to 16 of 16

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