Search Results

Search: Posts Made By: rocker_me2002
1,975
Posted By rocker_me2002
This looks like an DNS issue. You can add an...
This looks like an DNS issue. You can add an entry of the servers that you are trying to ssh in the /etc/hosts.
3,638
Posted By rocker_me2002
I'm not exactly sure what your are trying to do. ...
I'm not exactly sure what your are trying to do.
But I think you can simply put the "," in the "echo" itself instead of piping it to awk.

echo $rq, $lq, $xmitq, $rqm, $chl, $ip
Forum: Programming 12-07-2011
1,320
Posted By rocker_me2002
C program - convert values based on the position
Hey!

I'm new to C. I need to covert certain values using C. please see the below. I have figured out the logic to do it. Please provide some hints to do this with C

Logic:

If first position...
9,505
Posted By rocker_me2002
I ran on a AIX 5.3 machine and got it right ...
I ran on a AIX 5.3 machine and got it right

$ cat data.txt
HRLOAD|Service|AddChange|EN
PERSONID|STATUS|LASTNAME|FIRSTNAME|ITDCLIENTUSERID|ADDRESSLINE1
10000001|ACTIVE|Testazar1|Testore1|20041|...
24,877
Posted By rocker_me2002
echo "Please select the file from the list" ...
echo "Please select the file from the list"

files=$(ls *.txt)
i=1

for j in $files
do
echo "$i.$j"
file[i]=$j
i=$(( i + 1 ))
done

echo "Enter number"
read input
echo "You select the...
1,466
Posted By rocker_me2002
The first line points to the perl path. Try...
The first line points to the perl path.
Try changing it to correct windows path.

like

#!C:\perl\bin\perl.exe
944
Posted By rocker_me2002
Assume that your sql data is "Brad,123,xyz" ...
Assume that your sql data is "Brad,123,xyz"


$ cat script.sh

sql_output="Brad,123,xyz"

name=$(echo $sql_output | cut -d',' -f1)
no=$(echo $sql_output | cut -d',' -f2)
id=$(echo...
44,436
Posted By rocker_me2002
Use getenv in your python script 15.1. os ?...
Use getenv in your python script

15.1. os ? Miscellaneous operating system interfaces — Python v2.7.2 documentation (http://docs.python.org/library/os.html#os.getenv)
913
Posted By rocker_me2002
Please provide some sample data
Please provide some sample data
Forum: AIX 06-03-2011
4,746
Posted By rocker_me2002
Thank for reply bakunin. I'm using Citrix to...
Thank for reply bakunin.

I'm using Citrix to connect to the network and then putty to connect to the server.

Hence provided the localhost as the Citrix server name.

export DISPLAY=[citrix...
Forum: AIX 06-03-2011
4,746
Posted By rocker_me2002
GUI Installer Error
Hey

I'm getting the below error when trying to launch the GUI installer.

I contacted the application owner and they asked me to remove JAVA_HOME env variable, I removed it but still get this...
Forum: AIX 05-27-2011
9,382
Posted By rocker_me2002
How to find if AIX supports GUI
Hi Everyone

I'm preparing for upgrading an application. The application upgrade documents say the following. its AIX 5.3 Server.



How do I find if my AIX supports the X11 windowing...
1,721
Posted By rocker_me2002
mail command | takes 10 mins.
I'm trying to send a e-mail through a shell script using the mail command.

TO=your_mail@gmail.c,my_mail@gmail.com
mail -s "This is a mail" $TO < Message.txt


I receive mail only after...
39,818
Posted By rocker_me2002
it says
it says
39,818
Posted By rocker_me2002
I used strings and its still shows the same.
I used strings and its still shows the same.
39,818
Posted By rocker_me2002
View Data in XML file
I'm unable view data of a xml file..i just display something like the attached. Please see the attached.

I'm trying to create a script which would prase the xml file and display the content....
1,676
Posted By rocker_me2002
Thank you! it works great.. Could you...
Thank you! it works great..

Could you please explain me how it works?

I'm also trying to understand through awk docs.
1,676
Posted By rocker_me2002
Need help with parsing a file
I trying to get only the highest version of the file names from an file which has list of file names.

EX:
CATEGORYDISPLAY JSP.A-SRC_BLD;2.4
CATEGORYDISPLAY JSP.A-SRC_BLD;2.5
CATEGORYDISPLAY...
1,785
Posted By rocker_me2002
Thank you for reply. Could you please name...
Thank you for reply.

Could you please name one of the input as \\t and see what the output is.

its taking it as a Horizontal tab and shows space. that is my problem.
1,785
Posted By rocker_me2002
printing a directory structure
Hey everyone

I am just trying print a directory structure but I am not getting the desired output.

I am using AIX.

Script :

input file contains : TNP\\ECOM\\test\\1


...
Showing results 1 to 20 of 20

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