Search Results

Search: Posts Made By: rmv
36,097
Posted By rmv
Thank you very much!:) Its now working...
Thank you very much!:)

Its now working well. I guess I messed up with the paths , thanks again!!
36,097
Posted By rmv
Actually , I am trying run this script from a...
Actually , I am trying run this script from a /source/tools where I have lot of other scripts available.

Now the above said script needs to check one dir called /source/In7_bkp and see if the...
36,097
Posted By rmv
Script to move first 1000 files
Hello ,

I have used the above command to write a script that can move the first thousand files.
However , the script is eating all the files including iteslf in the directory from where it is...
1,446
Posted By rmv
Perl map doubt
Hello ,

Please can someone tell me what exactly happens when the below filehandler is chomped into an array and later mapped.

$lcpLog="logcopy\@".getTimestamp."\log";

open CFg ,"<...
Forum: Solaris 11-18-2009
10,064
Posted By rmv
Need to retrieve stack trace from core using mdb
Hello ,

I use Solaris 5.10 . I have huge core file , 48 GB , resulted from an application that was running and got crashed with SIGSEGV.

On my system only mdb works. Please help me to...
7,410
Posted By rmv
Thank you !!It works with nawk on my sys.
Thank you !!It works with nawk on my sys.
7,410
Posted By rmv
Need awk script to add a prefix to each line in file
Hello ,

I have file with below content :

'165567885',
'165568443',
'165568805',

I need an awk script that would add a prefix zero after first ' .

Like

'0165567885',...
5,066
Posted By rmv
cat sample.txt 06.09.2009 18:07:01 Customer...
cat sample.txt
06.09.2009 18:07:01 Customer login not found: identifier=(0499472147) prefix=(TEL) serviceCode=().
06.09.2009 18:10:37 Customer login not found: identifier=(0499472147) prefix=(TEL)...
5,066
Posted By rmv
Is there anything wrong in what I did ? ...
Is there anything wrong in what I did ?

/usr/people/wrajyasm$ cat sample.txt
06.09.2009 18:07:01 Customer login not found: identifier=(0499472147) prefix=(TEL) serviceCode=().
06.09.2009...
5,066
Posted By rmv
Hello , Please find the sample data that I...
Hello ,

Please find the sample data that I using in the attachment.
5,066
Posted By rmv
I am using Solaris. Franklins solution is only...
I am using Solaris.
Franklins solution is only giving empty output.
5,066
Posted By rmv
Hello, I could not get any output for the...
Hello,

I could not get any output for the first awk script.
For the second one
awk 'BEGIN{FS=")"}
> {
> for (i=1;i<NF;i++){
> gsub(/.*\(/,"",$i)
> if($i ~ /[0-9]+/) print $i
>...
5,066
Posted By rmv
Read a file content with awk and sed
Hello ,

I have huge file with below content. I need to read the numeric values with in the paranthesis after = sign. Please help me with awk and sed script for it.

11.10.2009 04:02:47...
5,112
Posted By rmv
Yes I realized
I realized that the CPID is the creator process id and from there I could
trace all the active processes that are accessing a particular shared memory segment.
5,112
Posted By rmv
Processes in Shared Memory
Hello ,

I would like to know how to check if a given process id belongs to particualr shared memory segment .

Please help

Thanks in advance
12,221
Posted By rmv
Please can you make the byte positions as also...
Please can you make the byte positions as also variables
which can be passed along with file name.

Coz I need to do it several times over many files.

Thanks in advance.

---------- Post...
12,221
Posted By rmv
Well , I am new to sed and awk please let me...
Well , I am new to sed and awk
please let me know how I run this script ?
12,221
Posted By rmv
Need specific byte positions of a file
Hello ,

I need to extract data from specific byte positions of a file.
I have tried the below command

awk ' { printf "%s", substr($0, 642363,642369}' filename

to extract data between...
Showing results 1 to 18 of 18

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