Search Results

Search: Posts Made By: giovanni
6,809
Posted By giovanni
Maybe: if [ $# -lt 2 ] then ...
Maybe:
if [ $# -lt 2 ]
then
/usr/tools/run.exe -i $1
else
/usr/tools/run2.exe -i $1 -y $2
fi
15,655
Posted By giovanni
Command above print line only if there is no...
Command above print line only if there is no number in line.
$ cat aaa.txt
aaaaaaaaaaaaaaaaaa
1. sssssssssss
2. qqqqqqqqqqqqqqq
eeeeeeeeeeeeeee
333333333333333
$ grep -v ^[0-9] aaa.txt...
3,297
Posted By giovanni
To vgersh99: You are right. wc -l <...
To vgersh99:
You are right.
wc -l < filenameis better.
3,297
Posted By giovanni
Try:
Try:
Forum: AIX 07-29-2011
4,081
Posted By giovanni
I already did it. Everything looks fine.
I already did it. Everything looks fine.
Forum: AIX 07-27-2011
4,081
Posted By giovanni
And manual calls to send_message work as...
And manual calls to send_message work as expected? Yes.
Is there anything we should know about the send_message command (does it spark up a thread in the background and return?) No.
Forum: AIX 07-27-2011
4,081
Posted By giovanni
It should be OK. For every bshell process script...
It should be OK. For every bshell process script has to send message:

/send_message PID1
/send_message PID2
/send_message PID3

....

Regards.
Forum: AIX 07-27-2011
4,081
Posted By giovanni
AIX Shell script does not work
Hi.

I created schell script for sending messages to some processes in AIX:

#!/bin/sh

BSE=/infor/ERPLN/bse
BSE_TMP=/infor/ERPLN/bse/tmp
export BSE BSE_TMP

for i in `ps -eo pid,comm |...
Forum: AIX 01-06-2011
6,066
Posted By giovanni
I got one explanation for this problem. Revers...
I got one explanation for this problem. Revers zone on DNS Servers are not deleted. As a result records of old workstations remain in cache.
Thanks.
Forum: AIX 01-05-2011
6,066
Posted By giovanni
Command last displays wrong hostname
I faced an interesting problem on my AIX servers. When I checked last logins with command last I saw that hostnames are wrong. Let say, I made login from workstation xxxxx and with the command last I...
Forum: What is on Your Mind? 07-23-2007
1
1,967
Posted By giovanni
hello
Hello everyone.
Showing results 1 to 11 of 11

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