Search Results

Search: Posts Made By: Phaneendra G
Forum: AIX 07-23-2014
10,717
Posted By Phaneendra G
Thanks much!! It worked for me :-)
Thanks much!! It worked for me :-)
Forum: AIX 07-23-2014
10,717
Posted By Phaneendra G
AIX swap space, physical memory & cache
Hi,

I am new to AIX, Can someone please help me how to know the swap space, total physical memory and system cache?

We are using AIX 5.3.

Thanks!
4,823
Posted By Phaneendra G
UNIX internal Algorithms
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

Unix...
1,952
Posted By Phaneendra G
Thnax. I wrote like this.. now it is working ...
Thnax. I wrote like this.. now it is working

if [ $# -eq 0 ]
then
echo "Input needed"
exit 0;
else
while (($#));
do
echo "Dir Name ->" $1
sleep 2
ls -ltr $1
shift
...
1,952
Posted By Phaneendra G
Listing the files in a directory
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

A script...
7
2,227
Posted By Phaneendra G
Great it's working.. It came up with result ...
Great it's working.. It came up with result

egrep 'BC(A){2,6}' BCA.txt
BCAAAAAAAAAAAAAA
BCAANBCAABCAABCAABCAA
BCBCBCCCBAAABCBCAAABCBCXA

grep -E 'BC(A){2,6}' BCA.txt
BCAAAAAAAAAAAAAA...
7
2,227
Posted By Phaneendra G
I tried like this egrep BC(A){2,6} BCA.txt ...
I tried like this

egrep BC(A){2,6} BCA.txt
bash: syntax error near unexpected token `('

grep -E BC(A){2,6} BCA.txt
bash: syntax error near unexpected token `('
7
2,227
Posted By Phaneendra G
This time came up with new error grep...
This time came up with new error

grep 'BC(A)\{2,6}' BCA.txt
Invalid \{\} repetition.
7
2,227
Posted By Phaneendra G
Grep
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:
find...
1,415
Posted By Phaneendra G
Meta charcters
find out lines in a given file consisting of the following pattern BCAA, BCAAA, BCAAAA, BCAAAAA, BCAAAAAA
1,315
Posted By Phaneendra G
Meta charcters
Find out lines in a given file consisting of the following pattern BCAA, BCAAA, BCAAAA, BCAAAAA, BCAAAAAA
1,276
Posted By Phaneendra G
Hi, How to list 4 files at once, if there...
Hi,

How to list 4 files at once, if there are 20 files in that directory...
1,276
Posted By Phaneendra G
Listing limited no. of files
Hi,
If there are 20 files in current directory ,How display the long listing of files in that directory with listing of four files at once..
Showing results 1 to 13 of 13

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