Search Results

Search: Posts Made By: vikas_sri
5,361
Posted By vikas_sri
KSH arithmatic Integer overflow
Guys,

I have two big numbers to multiply. In doing do I am getting integer overflow.
I managed to multiply number but this number is useless as KSh does not recognise it as
a valid number....
Forum: HP-UX 09-02-2003
5,763
Posted By vikas_sri
Hp-UX system administration exam ( HP0-002).
Hi,

I would like to know some details about Hp-UX system administration exam ( HP0-002). I want to know

1. What is the passing percentage
2. How touch is the exam. I am reading Rehman's book...
Forum: HP-UX 09-02-2003
3,766
Posted By vikas_sri
HP0-002 system administration certification
Hi,

I would like to know some details about Hp-UX system administration exam ( HP0-002). I want to know

1. What is the passing percentage
2. How touch is the exam. I am reading Rehman's book...
12,604
Posted By vikas_sri
You can download "Windows Commander" from...
You can download "Windows Commander" from download.com. This is very useful explorer for ftping across operating system.
FTP command itself does not support recursive ftp.

I use commander which...
31,458
Posted By vikas_sri
try cat ` find . -type f -exec grep -l...
try

cat ` find . -type f -exec grep -l <KEYWORD> {} \;`

grep -l will print filenames with matching pattern only. Cat will open these files.

;)
2,823
Posted By vikas_sri
How about this awk -F":" '/^[A-Z]/ {...
How about this


awk -F":" '/^[A-Z]/ { print $1}'

/<reg exp>/ will remove unwanted lines.;)
12,380
Posted By vikas_sri
You can try (find / -name filename >...
You can try

(find / -name filename > /dev/tty) >& /dev/null

This will avoid error messages to be printed on screen.
31,298
Posted By vikas_sri
Column in vi
How can get the current cursor position in vi editor. CTRL-G give only the line number. I need to know the column position as well.

:confused:
Showing results 1 to 8 of 8

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