Search Results

Search: Posts Made By: tenderfoot
1,012
Posted By tenderfoot
Thank you very much Corona688 and sorry for delay...
Thank you very much Corona688 and sorry for delay in response.

You are very correct about this process not being automatic. However, the requirement is met for :-) I will try to improve this...
1,012
Posted By tenderfoot
Thank you Corona688.
It worked like a champ :-)
1,012
Posted By tenderfoot
Help with file generation
Dear all

Hope you are doing good.

I've requirement where in I need to generate a file containing set of SQLs as per the inputs.

My script flow is like reading few parameters using read...
Forum: AIX 11-28-2011
18,295
Posted By tenderfoot
Replace all TAB characters with white spaces
Dear Gurus


Can you please advise me on how to Replace all TAB characters with white spaces in a text file in AIX?

Either using vi or any utilities
2,006
Posted By tenderfoot
Thanks so much Alister for detailed explanation...
Thanks so much Alister for detailed explanation and it is working.

Can you please explain me what that + is ? Not able to find clear explanation in man page
2,006
Posted By tenderfoot
Help with find command
Hi sachinkl

find / -name "*pattern*" | ls -ltr

is listing all the files in reverse order of time stamp and
not the files matching specific pattern.

The reason for me choosing the find...
2,006
Posted By tenderfoot
Help with find command
Hello Gurus,

Please advise me with the below command on AIX.

I'm running this to list all the files of specific pattern such that they are sorted as per the time stamp. But I'm not able to...
2,195
Posted By tenderfoot
Thank you Corona688 and Perderabo. Is there...
Thank you Corona688 and Perderabo.

Is there a way to find the same information using Linux/UNIX commands?
2,195
Posted By tenderfoot
Type of RAM
Hello All

Is there a way I can find out the type of RAM (DDR1 or DDR2 or DDR3), I'm using withoout opening the cabinet?

Any Windows command?

Thanks in advance.
Forum: AIX 03-17-2010
18,671
Posted By tenderfoot
Hi all , sorry for delay in reply. it...
Hi all ,

sorry for delay in reply.

it is just a text file.

I was able to copy the file using a WinSCP gui tool from AIX server to local Windows box.

But not able to copy file with any...
Forum: AIX 03-15-2010
18,671
Posted By tenderfoot
Help with copying file from AIX to Windows
Dear All,

I am in need of your help again.

I want to copy a file from AIX to Windows. I was able do the same with WinSCP but not able to do with any commands.

I have tried ftp, scp and...
Forum: AIX 03-04-2010
8,409
Posted By tenderfoot
Who's using my port in AIX
Hello Gurus,

I was trying to find who's using my port and got below answer from a IBM website. But the problem with the below answer is I need a root to run the rmsock, is there any other...
1,996
Posted By tenderfoot
Help with finding text in file
Hello,

Please help me with this.

I have two files. file1.txt and file2.txt
File1 contains text as below
txt1 txt2
txt3 txt4
txt5 txt6
txt7 txt8

File2 contains text as below
$1 $2 $3...
1,723
Posted By tenderfoot
I got it now... Thanks so much..
I got it now...

Thanks so much..
1,723
Posted By tenderfoot
Thanks so much.. ahmad.diab and Amit.Sagpariya ...
Thanks so much.. ahmad.diab and Amit.Sagpariya

If I got it right, in awk "~" mean "="

and otherwise "~" = "home directory"

Please let me know.
1,723
Posted By tenderfoot
Help understanding a script
Hello everybody,

Can anybody tell me of what "~" refers to in the below code snippet.


lsvg $vgNAME | awk 'BEGIN {freeDISK=1} {if (($4 ~ /PP/ && $5 ~ /SIZE/) || ($4 ~ /FREE/ && $5 ~ /PPs/))...
1,594
Posted By tenderfoot
Thank you jim mcnamara set -f worked for me.
Thank you jim mcnamara

set -f worked for me.
1,594
Posted By tenderfoot
Problem with echo *
Hello all,

Please help with the below.

I have a requirement where in I have to read a pattern and print it as shown below.

Patterns will be as below.

Input Output
Pattern ...
2,424
Posted By tenderfoot
Help in understanding AIX
Dear ALL,

Where can I get the following information?

what will happen exactly when i hit CTRL+C, CTRL+Z, CTRL+X, CTRL+D etc when the AIX terminal hangs...?

The reason why I am asking this...
1,767
Posted By tenderfoot
Got it. Thank you
Got it. Thank you
1,767
Posted By tenderfoot
Help with addition
Hi all,

I am getting following output by using commands like sort, uniq and awk to the standard output.

110 d
40 a
59 c
9 b
3 e

Now at the end I would like to add all the numbers in...
10,533
Posted By tenderfoot
Thank you rakeshawasthi. Your suggestion worked...
Thank you rakeshawasthi. Your suggestion worked like champ.

But when to use
if [ condition ] single '['

and when to use

if [[ condition ]] double '[['
10,533
Posted By tenderfoot
Help with ksh shell script
I am using /usr/bin/ksh in AIX

I am reading the values of $dbname, $dbatmpdir/dbdir.$$, and $scope from a different file
All I have to do is check if $dbname exists in file $dbatmpdir/dbdir.$$...
Forum: AIX 06-11-2009
31,076
Posted By tenderfoot
Thank you for quick and detailed response. ...
Thank you for quick and detailed response.

Here are few commands I summarised.
getconf HARDWARE_BITMODE - for hard ware
getconf KERNEL_BITMODE - for kernel
/usr/sbin/prtconf -c
bootinfo -k or...
Forum: AIX 06-11-2009
31,076
Posted By tenderfoot
Thank you and apologies
I am sorry that I didnt't tell that bootinfo was not working for me.

bootinfo -y
ksh: bootinfo: 0403-006 Execute permission denied.


Request you to suggest any other alternatives.
...
Showing results 1 to 25 of 26

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