Search Results

Search: Posts Made By: thepurple
1,269
Posted By thepurple
Thanks. AWK and Cut both are fine. However,...
Thanks. AWK and Cut both are fine.

However, i have several files: file1,file2,file3...etc. which contains 4 column.

How can I make all those files contain in one column and filename will be...
1,269
Posted By thepurple
using AWK to make four column to one column
Gurus,


I have file contain following line.
,0113955056,,XAgent-Suspend
,0119418233,,XAgent-Suspend
,0102119078,,XAgent-Suspend


I want to make it one column file. How to do this using...
1,951
Posted By thepurple
content of 120229H5_suspend which is in 4 column....
content of 120229H5_suspend which is in 4 column. Need to make it 1 column
1,951
Posted By thepurple
actually I am new to script. Main issue is Step:...
actually I am new to script. Main issue is Step: 2 "File content will be changed to only one column"

I need help to write the script.
1,951
Posted By thepurple
Change file content 4 column to one Column using script
Hi Gurus,

I have file content sample:

,5113955056,,TAgent-Suspend
,5119418233,,TAgent-Suspend
,5102119078,,TAgent-Suspend

filenames 120229H5_suspend, 120229H6_unsuspend

I receive those...
Forum: AIX 08-24-2011
3,994
Posted By thepurple
According to below cbsvg, logvg are not used by...
According to below cbsvg, logvg are not used by application. In that case, we remove these (cbsvg,logvg) vg and expand mdsvg with them. But what is the procedure for this?

Step by step, can any...
Forum: AIX 08-24-2011
3,994
Posted By thepurple
mecdr@capp1:/home/mecdr>lslv lv_medcdr LOGICAL...
mecdr@capp1:/home/mecdr>lslv lv_medcdr
LOGICAL VOLUME: lv_mecdr VOLUME GROUP: mdsvg
LV IDENTIFIER: 000779690000d6000000011a7b5760c1.1 PERMISSION: read/write
VG STATE: ...
Forum: AIX 08-23-2011
3,994
Posted By thepurple
yes i need to change the size of the filesystem...
yes i need to change the size of the filesystem /home/mecdr.

I planned to extend 25GB at least. But as you see above only 16GB is free according to Free PP size. So, How I can extend more 25GB?
Forum: AIX 08-23-2011
3,994
Posted By thepurple
choosing correct VG for Filesystem extend
Hi Gurus,

I have Aix 5.3 server and would like to extend the following filesystem.

Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/lv_mecdr 120.00 ...
2,229
Posted By thepurple
Can we get the ouput as below from above sample...
Can we get the ouput as below from above sample out:
2011-06-21 13:54:15.313
<resultMessage>The RUIM card information obtained from the Inventory subsystem is null.</resultMessage>...
2,229
Posted By thepurple
above one also output successful resultmessage....
above one also output successful resultmessage. But I want to exclude it<resultMessage>Successful</resultMessage>
2,229
Posted By thepurple
2011-06-21 13:54:15.313 | DEBUG | OSS |...
2011-06-21 13:54:15.313 | DEBUG | OSS | 1308654113778628004 | [-INTF-]com.oss.webservice.ecare.services.Boss4ECareInterfaceServiceSkeleton.createNewInventoryResponse
<ResultOfOperationReply>
...
2,229
Posted By thepurple
Continously grep a string between <resultmessage> which are not succesful
Hi Gurus,

I have XML log files which is continuously updated with resultmessage succesful and which are not successful. My intention is to grep the <resultMessage> which does not contain following...
1,465
Posted By thepurple
I need to add the following string <ns0:ccid> ....
I need to add the following string <ns0:ccid> . It will be like "<ns0:ccid>***\n</ns0:ccid>" Here \n --> carrige return. *** --> any number
1,465
Posted By thepurple
Grep with regulare expression to find carrige return
Gurus,

I have a files from where lines are like following


<ns0:ccid>123456789</ns0:ccid>

<ns0:ccid>1234
56789</ns0:ccid>

I would like to grep any number which will be as below (with...
2,657
Posted By thepurple
This one seems working. I am checking more on it....
This one seems working. I am checking more on it.
Thanks bro
2,657
Posted By thepurple
egrep "pattern1|patter2" is not worked. And the...
egrep "pattern1|patter2" is not worked. And the pattern is just like above. Consider those lines are in a file. I will try to grep the patters. And output will be as below....
2,657
Posted By thepurple
recursively Grep particular words among lines from a file
dear experts,

Could you please help me to write a command/script to find follwing:

from the log file i want to grep "resCode89270200100001552311" after that only...
7,827
Posted By thepurple
How to Remove 180 days older non-empty directories
Hi Gurus,

I have command to delete more than 180days file.
find /home/abc/ -name "CBST_*.txt*" -mtime +180 | xargs -n 100 rm -f

Now I would like to delete more than 180days Non empty...
42,756
Posted By thepurple
Hi VBE, it is count statement in SQL...
Hi VBE,


it is count statement in SQL script.
select count(*) from abc where xyz<>2;

---------- Post updated at 07:05 AM ---------- Previous update was at 06:43 AM ----------



VBE, I...
42,756
Posted By thepurple
Hi VBE, can you please show me exact way. ...
Hi VBE,

can you please show me exact way.

Much appreciated..
42,756
Posted By thepurple
Output the SQL Query result to a File
Hello Guys,

This message is somewhat relates with last thread. But I need to re-write thing. I start over a little. I am stuck now and need your help.

Here is my script-

#! /bin/ksh
export...
6,561
Posted By thepurple
Hi, I just firt tried this way. But it...
Hi,

I just firt tried this way. But it giving errors

#! /bin/ksh
su - oracle
count=$( sqlplus -s abc/abc@mydb @select count(*) from xyz.order where create_date < sysdate - 1/720; )


But...
6,561
Posted By thepurple
for running at 10mins interval i will add it in...
for running at 10mins interval i will add it in crontab. Thats not a problem.

but just to need the script which will fetch the output and send sms. I will first try to save the output in log file....
6,561
Posted By thepurple
First of all I newbie in the shell script. I just...
First of all I newbie in the shell script. I just need your valuable code. I can then try to modify accordingly if necessary.

1. Yes I have that count script ready. you definately won't write it...
Showing results 1 to 25 of 153

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