Search Results

Search: Posts Made By: thanhdat
Forum: HP-UX 11-17-2011
8,669
Posted By rwuerth
Don't use a loop to get this done, your...
Don't use a loop to get this done, your processing the 2.5GB details.txt file for each name in emp.txt. So if you had 2 names in emp.txt your processing 5GB of detail.txt. 10 names = 25GB. It doesn't...
2,326
Posted By vgersh99
nawk 'ORS=(FNR%3)?FS:RS' myFile
nawk 'ORS=(FNR%3)?FS:RS' myFile
1,865
Posted By jayan_jay
$ for i in /home/user/temp/*.doc; do [ -s "$i" ]...
$ for i in /home/user/temp/*.doc; do [ -s "$i" ] && echo "$i Not Zero sized" || echo "$i Zero sized"; done
Forum: Programming 10-18-2010
13,698
Posted By durden_tyler
Here's a very short testcase that demonstrates a...
Here's a very short testcase that demonstrates a technique of passing shell variables to Oracle SQL -


$
$
$ # display the content of the shell script "f36"
$ cat -n f36
1 ...
34
77,745
Posted By ungalnanban
Vim tips and tricks
Vim Tips and Tricks


Save and quit



:w => Save [:w filename writes the content to the specified file from current file]

:q => Exit as long as there have been no changes

:q! =>...
6,513
Posted By vgersh99
To keep the forums high quality for all users,...
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read...
Forum: Programming 08-25-2009
180,773
Posted By
Easy, well... for me it is... you need to have...
Easy, well... for me it is... you need to have some basic knowledge on binary operations, let's try to explain it:

In theory, the IP checksum is the 16 bit one's complement of the one's complement...
Forum: Linux 02-28-2008
84,119
Posted By ilan
Thanks for your time helping me. i did it...
Thanks for your time helping me.

i did it like this..
1.boot with a instalation CD and go on to 'linux rescue' mode
2. mount the root partition to some other path other than root (as it is...
Forum: Linux 02-26-2008
84,119
Posted By ilan
How to edit /etc/fstab when root was mounted as read only
can somebody help me out in editing the /etc/fstab. I am on RHEL5 (Tikanga).

**The problem is that i have given a wrong LABEL in /etc/fstab for root volume and so after reboot, it is unable to...
Showing results 1 to 9 of 9

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