Search Results

Search: Posts Made By: djrulz123
1,536
Posted By djrulz123
thanks lot for your help...a little tweaking was...
thanks lot for your help...a little tweaking was required and it performed like a dream.....thanksssss
1,536
Posted By djrulz123
the perl one ain't working properly....its...
the perl one ain't working properly....its happening in the way
1|abcdefxyz2|lmnpqrlmn3|gggpppmmm

its happening with the awk form with just one exception...
there is blank in the first line and...
1,536
Posted By djrulz123
Multiple lines merged into one required
i have a file in the format
acti_id|signature
1|abc
def
xyz
2|lmn
pqr
lmn
3|ggg
ppp
mmm
it is in csv format
i want the file in the format
act_id|signature
1|abcdefxyz
2|lmnpqrlmn...
5,805
Posted By djrulz123
well thanks a lot for the help...the code works...
well thanks a lot for the help...the code works perfectly...this was a part of the huges script in which i was struck...now the entire thing is working as expected..i had little knowledge of awk...
5,805
Posted By djrulz123
well the first one worked perfectly. but the...
well the first one worked perfectly. but the second one did not..i am running the entire script and would let u know the outcome.i am using the first one. But i didn't understand the functioning. can...
5,805
Posted By djrulz123
in order to find out the date of the files i have...
in order to find out the date of the files i have used the below code

ls|rev|cut -d "." -f2|cut -d "_" -f1|rev

this gives me the dates of all the files in the format ddmmyyyy.

now if i...
5,805
Posted By djrulz123
Date format to be changed from DDMMYYYY to YYYYMMDD
My requirement is:- there will be files at a location each day with the date format DDMMYYYY.
Novawise_Activity_Call_Notes_04022013.txt
Novawise_Activity_Inbound_04022013.txt...
1,185
Posted By djrulz123
great its working fine now....dnt knw how i...
great its working fine now....dnt knw how i missed it..

thanks a lot..
1,185
Posted By djrulz123
after running the above code i got this....both...
after running the above code i got this....both the files got copied in the end..what i can understand is that the value of p is not determeined properly...but when used independently it works...
1,185
Posted By djrulz123
it ain't working....i need only one of the 2...
it ain't working....i need only one of the 2 files to copy...that is the one with date 20120711...here the command is executing such that both the files are taken into consideration but none are...
1,185
Posted By djrulz123
Use the information from filename in a for loop
hi
here is my script



set -vx
b=`cat /info_d05/visage/SrcFiles/Customer_Master/Log_Files/last_date.txt`
for name in /info_d05/visage/SrcFiles/Customer_Master/Input_Files/*
do...
Showing results 1 to 11 of 11

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