Search Results

Search: Posts Made By: sumanthupar
1,316
Posted By sumanthupar
Thanks a lot RavinderSingh. Its working perfect...
Thanks a lot RavinderSingh. Its working perfect for me
1,316
Posted By sumanthupar
Thanks RavinderSingh13 and Don Cragun for the...
Thanks RavinderSingh13 and Don Cragun for the reply,

In my case the value "/nfsshare15" is in one variable say "$filesystem"

I tried by doing,

filesystem="/nfsshare15"
cat testfile | awk...
1,316
Posted By sumanthupar
Need help on grep for particular match
Hi,

Need help on grep for a particular match.

cat testfile

xx.xx.xx.xx:/share4 /nfsshare15 nfs defaults yes no
xx.xx.xx.xx:/share5 /nfsshare15/sharedir1 ...
717
Posted By sumanthupar
Need help on sed comamnd
Hi,

I am having a file like,

cat File

/home/las/old/mail.txt

I want to append "_20140923" to /home/las/old/mail.txt line before "."

Expected output

/home/las/old/mail_20140923.txt
...
Forum: AIX 07-11-2014
8,363
Posted By sumanthupar
Need help on for loop inside ssh
Hi,

I am having a file like,

#cat file
Jun 19 13:08
Jun 19 13:08
Jun 19 13:08
Jun 19 13:14

when I run the below comamnd locally it will work fine,

IFS=$'\n'; for i in $(cat file) ;do...
1,431
Posted By sumanthupar
Thanks a lot CarolM....
Thanks a lot CarolM....
1,431
Posted By sumanthupar
Need Help on For Loop to pass space separated value as one value
Hi,

I am having a file say list1 with a output like below

jun 12 18:23
may 20 18:23

Now i want to pass the above two values into for loop,I have written a script like this.

#!/bin/bash
...
36,297
Posted By sumanthupar
Thanx a lot to all..........It's working.........
Thanx a lot to all..........It's working.........
36,297
Posted By sumanthupar
I'm having file like, $cat file ...
I'm having file like,

$cat file

0wdu12345
oghi6745211
utyu672921
tyug1562722

if user give 3(Line number) as input then it should grep the contents in the 3rd line here it is...
36,297
Posted By sumanthupar
Hi, The scenario is... I am having a text...
Hi,

The scenario is... I am having a text file it is having 100's of lines..
from that one i have to grep a line according to the user input ... Here I am taking line number as a...
36,297
Posted By sumanthupar
How to grep particular line from a file?
Hi,

I am having file like

$ cat file

sumanth
anil
harish

from the file i want to grep one line at a time depending on the line number.And can it work through grep -n...

TIA
...
Forum: AIX 02-15-2014
22,719
Posted By sumanthupar
Command to check on which vg filesystem resides
Hi,

I need to know on which volume group filesystem resides.

TIA
Forum: AIX 01-21-2014
8,193
Posted By sumanthupar
Hi Xray, I need for oracle listener only
Hi Xray,

I need for oracle listener only
Forum: AIX 01-21-2014
8,193
Posted By sumanthupar
AIX command to start listener
HI All,

Need help on comamnd to start listener

TIA.
Forum: AIX 12-10-2013
2,074
Posted By sumanthupar
How to get a directory of a file?
Hi,

I need a comamnd or script to get directory of a particular file.

TIA
885
Posted By sumanthupar
How to display only Directories in filesystem?
Hi,

I want to display only directories inside a particular file system.

TIA
Forum: AIX 11-28-2013
1,810
Posted By sumanthupar
Need help on physical and virtual cpu
HI,

I need a command to find,
1) Avaiable Physical CPU
2) Avaiable virtual CPU

TIA
2,935
Posted By sumanthupar
Thanks Don Cragun, it workin.
Thanks Don Cragun, it workin.
2,935
Posted By sumanthupar
If else in AIX
Hi,
#!/bin/bash
FLOAT=2050.0000;
float1=2030
out=${FLOAT/.*}
echo $out
if( $out -gt $float1 )
then
echo "working"
else
echo "failed"
fi

In the above script i am getting output as...
Forum: AIX 11-19-2013
1,726
Posted By sumanthupar
bakunin, before i tried with fuser -u /opt...
bakunin,

before i tried with fuser -u /opt and i got the output as just /opt:,thats why i told its not workin for me.
and thanx blackrageous for the command you gave its working perfect.
...
Forum: AIX 11-18-2013
1,726
Posted By sumanthupar
fuser didn't worked for me..could you please...
fuser didn't worked for me..could you please provide any other command

TIA
Forum: AIX 11-18-2013
1,726
Posted By sumanthupar
Need help on processes in particular filesystem
Hi,

In my aix server i'm having file system called /dev/hd2 which is mounted on /usr.now what i need is the Processes which comes under this filesystem.Any command to find this

TIA
Forum: AIX 11-14-2013
1,066
Posted By sumanthupar
Ovearall disk usage.
HI,

I need a command to check overall diskusage in my aix server.

TIA
Forum: AIX 11-14-2013
1,447
Posted By sumanthupar
can we find overall cpu utilisation with other...
can we find overall cpu utilisation with other command......because if i use topas i cant redirect the output...could u please provide other command

TIA
Forum: AIX 11-12-2013
1,447
Posted By sumanthupar
Overall cpu Utilisation
Hi,

I need a command to check overall cpu utilisation


TIA
Showing results 1 to 25 of 45

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