Search Results

Search: Posts Made By: snr_silencer
1,619
Posted By snr_silencer
I know title is little bit wrong. I thought one...
I know title is little bit wrong. I thought one was SASN2010Aber.CallEventRecord.egsnPDPRecord
{

other one was
}
Actually there is just one and it is SASN2010Aber.CallEventRecord.egsnPDPRecord...
1,619
Posted By snr_silencer
Parsing a txt file according to two different tags
I need to parse a txt file like below.

starts from the first occurence of
SASN2010Aber.CallEventRecord.egsnPDPRecord
{

till the last occurence of
}


in other saying name of the...
7,827
Posted By snr_silencer
thanks for your quick answers -n worked ...
thanks for your quick answers
-n worked

---------- Post updated at 10:50 AM ---------- Previous update was at 10:36 AM ----------

ps: -n option doesnt work in ksh, only works for bash shell
7,827
Posted By snr_silencer
How can I write variables to same line of a file?
I am trying to keep variables in a file.

if I have all variables at the same time, I can write them all like below.

echo $var1","$var2","$var3

But, these variables are being calculated at...
Forum: HP-UX 09-05-2014
11,886
Posted By snr_silencer
sorry, I figured out now. finally :)
sorry, I figured out now.

finally :)
Forum: HP-UX 09-05-2014
11,886
Posted By snr_silencer
cp -rp creates directories and subdirectories
cp -rp creates directories and subdirectories
Forum: HP-UX 09-02-2014
11,886
Posted By snr_silencer
you may use cp command with -rP optins (r for...
you may use cp command with -rP optins (r for recursive; P for directory)

cp -rP fd000100 /TESTrun/new-dest/

---------- Post updated at 06:20 AM ---------- Previous update was at 06:18 AM...
2,975
Posted By snr_silencer
that's the answer. Thanks
that's the answer. Thanks
2,975
Posted By snr_silencer
thanks for all answers. Especially to Don Cragun ...
thanks for all answers. Especially to Don Cragun for tr command...

But I still wonder how to do it one by one. I mean not using a for/while loop.

mv -v "$fn" "${fn%.dat.gz}.txt.gz"

For...
2,975
Posted By snr_silencer
thanks for your answers. I found an interesting...
thanks for your answers. I found an interesting result.

Now, I wonder why am I getting this error below. I give the path /oracle but it sees the path /orxcle1;
+ echo...
2,975
Posted By snr_silencer
Replacing .dat.gz to .txt.gz in filename
Hi,

I tried below method;
mv -v /oracle1/scr/tilki/willsendtilkiNew/VOICE-MO_$nfname.gz \
$(echo /oracle1/scr/tilki/willsendtilkiNew/VOICE-MO_$nfname.gz | tr 'dat' 'txt');

nfame variable...
Showing results 1 to 11 of 11

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