Search Results

Search: Posts Made By: yeheyaansari
36,808
Posted By yeheyaansari
Try this: echo 1245MB |tr -d [A-Z][a-z] ...
Try this:
echo 1245MB |tr -d [A-Z][a-z]

-Yeheya
4,523
Posted By yeheyaansari
Here your network administrator might help you to...
Here your network administrator might help you to discover the bottelneck node.

Or else contact you link provider.

Regards,
Yeheya
4,523
Posted By yeheyaansari
This error message is usually generated by SMTP...
This error message is usually generated by SMTP server. There might be the possibility that the network b/w the your SMTP Server and the receipient SMTP server is congested.

Also the when the...
4,076
Posted By yeheyaansari
Try this: NAME="Bob Hope" let...
Try this:

NAME="Bob Hope"
let v_space_count=`echo $NAME|awk 'BEGIN { RS=" " } END {print NR }'`-1
echo $v_space_count

Regards,
Yeheya
4,523
Posted By yeheyaansari
IS this the Consistent problem, or have u got...
IS this the Consistent problem, or have u got just once or twice?
46,957
Posted By yeheyaansari
Put set serverouput on and add...
Put set serverouput on
and add dbms_output.put_line(to_char(y)); in @xxx.sql.

Also why r u using EOF? will
VALUE=`sqlplus -s user/password@test_id < @xxx.sq`
this doesn't work?

Regards,...
2,427
Posted By yeheyaansari
Try these commands: find . -ctime 0 -name "*" ...
Try these commands:
find . -ctime 0 -name "*" True if the file's status was changed 0 days ago.

find . -mtime 0 -name "*" True if the file's data was modified 0 days ago.

Regards,
Yeheya
5,947
Posted By yeheyaansari
you can use ls -l yeh.log|sed "s/ */...
you can use

ls -l yeh.log|sed "s/ */ /g"|cut -d" " -f6-8

to get the Update time of file

Regards,
Yeheya
4,115
Posted By yeheyaansari
Can you post your script? If you are using for...
Can you post your script?
If you are using for loop to loop thru all sub-directories, for copying, then keep directory count and display that count as process indicator.

Regards,
Yeheya
5,947
Posted By yeheyaansari
From whcih time you want to compare the update...
From whcih time you want to compare the update time?
11,110
Posted By yeheyaansari
You can use grep command also for the same grep...
You can use grep command also for the same
grep -v "^$" someFile > someNewFile

Regards,
Yeheya
4,410
Posted By yeheyaansari
If you search for IO Slaves on google, it will...
If you search for IO Slaves on google, it will give you many good documents that.

One of the link from there:-
http://www.kde.gr.jp/help/doc/kdevelop/doc/addendum/HTML/

Regards,
Yeheya
3,944
Posted By yeheyaansari
I restate the problem here:- I want all the...
I restate the problem here:-

I want all the line after #start, till a blank line is encountered. Blank line here means end of any record. And record must start with #. If a record after blank line...
11,316
Posted By yeheyaansari
I don't know about the ll command used above, but...
I don't know about the ll command used above, but I think if it doesn't work for you then replace ll $FILE with wc -c $FILE. wc -c will give you the count of bytes of file $FILE.
...
3,944
Posted By yeheyaansari
Just adding to the quetion above, What if a file...
Just adding to the quetion above, What if a file consist of records, where in each records consist of multiple line, and each new records starts with a #.

If the number of lines followed by # is...
33,776
Posted By yeheyaansari
And to know whether you can mail on that server: ...
And to know whether you can mail on that server:
If you network programming, you can then write a DNS query to look for MX record, and if such record exist, then you can mail to that server also.
33,776
Posted By yeheyaansari
If you are getting Unknown Host, This either...
If you are getting Unknown Host, This either means that
1. Host name that you have provided is Invalid.
2. DNS is not configured.
3. There might be some problem in the network
4. or the Host...
32,127
Posted By yeheyaansari
As TCP is connection oriented, SYN_SENT is a part...
As TCP is connection oriented, SYN_SENT is a part of TCP three way handshake which TCP does before Establishing a connection.

Regards,
Yeheya
16,122
Posted By yeheyaansari
I think the maximum number of TCP port numbers...
I think the maximum number of TCP port numbers that can be opened are 65536 -1024 = 64512, ignoring the well-known ports. Otherwise I don't see any restriction for TCP port.

Regards,
Yeheya
19,290
Posted By yeheyaansari
In POSIX, $0 is the name of the script and not...
In POSIX, $0 is the name of the script and not the function. However, if you define the functions as Korn functions using the Korn syntax:

function funcname { list; }

then $0 will be set...
19,290
Posted By yeheyaansari
Getting Function Name At Runtime
Hi,

Suppose I have a User define function get_abc in which I am using $0 to get the name of function. But when I call that function in any script, $0 will give the script name, not the function...
16,122
Posted By yeheyaansari
A protocol address (Port Number and Ipaddress)...
A protocol address (Port Number and Ipaddress) will stuck in TIME_WAIT state for maximum of 2MSL which I think is 2 minutes (I coudnt remembered it correctly). So once the TIME_WAIT is over that...
4,708
Posted By yeheyaansari
Merging Two File Horizontally
I am trying to merge two large file horizontally using paste command. Every thing is working fine except for time. Its taking lot of time.

Is there any effiecient way of doing the same thing or is...
2,451
Posted By yeheyaansari
I tried to locate "Subscribe to..." under new...
I tried to locate "Subscribe to..." under new thread button, but found only "Mark this Forum Read".
Also pleas let me know how to get the email notofication.

Regards,
Yeheya
2,451
Posted By yeheyaansari
Subscribe to a forum
Hi,

Can any one tell me how to subscribe to the available forum on this website?

I am registered user.

Thanks,
Yeheya
Showing results 1 to 25 of 34

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