Search Results

Search: Posts Made By: ajilesh
Forum: AIX 03-19-2010
8,172
Posted By ajilesh
AIX Server P560/P570 Details
Hi Guys,

Require your help please to find out the power consumption for IBM P6 series server.

1> What is the maximum power used by one IBM AIX P560 & P570 server in kilo watts (KW).
2> What is...
4,637
Posted By ajilesh
Interesting question - Search and replace the word after sign "="
Hi Guys,

Req your help in searching and replacing the word that comes after equals(=) symbol

I would like to replace the sting in bold with a string in variable.

d=ABCDF8C44C22
# grep -i...
2,157
Posted By ajilesh
Eval Tricky Manipulation of Arry in KSH - Help
Hi,

Could any one share the intelligence to track this problem.

I have any array BT_META_36 and it prints properly with contents of array.

# print "BT_META_36=${BT_META_36 }"
#...
1,816
Posted By ajilesh
Thanks vgersh99 I have found a solution...
Thanks vgersh99

I have found a solution like this too and works
sed -n '/-----/,/PageSize/p' /home/users/thayata/scmon |grep -v PageSize
1,816
Posted By ajilesh
Report filtering - Weird issue and interesting - UrgentPlease
Hi,

Could any one help me to extract data from a report.
I would like to get the two lines which are just below the separations

I have a report like this...
3,409
Posted By ajilesh
Delete not readable characters
Hi All,

I wanted to delete all the unwanted characters in the string. ie, to delete all the characters which are not alpha numeric values.

var1="a./bc"
var2='abc/\."123'

like to get the...
1,928
Posted By ajilesh
Thanks chirs..!! Great...
Thanks chirs..!!
Great...
1,928
Posted By ajilesh
None over there to solve this??
None over there to solve this??
1,928
Posted By ajilesh
4 x fibre cards elimination
Hi,

I have variables like mentioned below and want to separate as mentioned in output.

var1="4 x fibre cards"
var2="2 fibre cards"
var3="6 - fibre cards"
var4="4 x dual-port"

I have...
22,281
Posted By ajilesh
Better than everyone..!!
I have found out the solution my self and works fine..thanks for my self ..:P

nimbld1:root:/home/users/thayata/cvs/test # var="Type 3"
nimbld1:root:/home/users/thayata/cvs/test # print $var |tr...
22,281
Posted By ajilesh
Sed to grep only numbers in string
Hi,

I would like to get only number in the following strings.

var1="Type20"
var2="type 3"
var3="value 2"
var4="Type 1 Datacenter Hall 2"

I would like to extract output as 20 from var1 and...
2,026
Posted By ajilesh
great...it works..!! thanx radoulov
great...it works..!!

thanx radoulov
2,026
Posted By ajilesh
Filtering symbols from contents
Hi,

Any one of you guys can you help me out to filter all "," (single comma) from the below attached contents in a file.

sportiva:root:/home/users/thayata/test # cat sample2.csv
Heading,Sub...
2,015
Posted By ajilesh
Inserting lines in between the contents of file.
Hi,

I want to insert some lines in between the contents of a file but the file format should not be changed.

#!/usr/bin/sh -
# Link appropriate OS specific versions of vxicap and vxchk4badblks...
7,678
Posted By ajilesh
James, well, you are correct. I'm looking for any...
James, well, you are correct. I'm looking for any way to convert rwxrw-rw- to the octal 755.. Do we have any internal unix commands where we can trace the octal which is assigned to a file or...
7,678
Posted By ajilesh
Gather File permission during scripting on unix as numbers.
Hi,

I have a script with following file permission on box.
-rwxr-xr-x 1 root system 15347 Aug 14 15:08 b_reboot.ksh

Without calculating or watching at -rwxr-xr-x (permission's) of...
4,605
Posted By ajilesh
It works...!! Great..!!
It works...!! Great..!!
4,605
Posted By ajilesh
Pattern manipulation in korn shell script using sed.
Hi,

Could any one let me know, how can I cut the last field in below mentioned line.

net,-hopcount,0,-netmask,255.255.255.0,,,,,192.168.37.0,10.253.0.1...
Showing results 1 to 18 of 18

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