Search Results

Search: Posts Made By: hnhegde
Forum: Red Hat 10-15-2012
2,157
Posted By hnhegde
Thanks Corona688. These are indeed Intel CPUs -...
Thanks Corona688. These are indeed Intel CPUs - Xeon E5630. Looking at the manufacturer's product spec, they do have 8 threads:
ARK | Intel® Xeon® Processor E5640 (12M Cache, 2.66 GHz, 5.86 GT/s...
Forum: Red Hat 10-10-2012
2,157
Posted By hnhegde
finding CPU count - reading sysinfo output
Hello,
sysinfo throws out below 3 CPU counts. Can anyone help me understand what each of these means?

CPU Count Socketed is 2
CPU Count Physical is 8
CPU Count Virtual is ...
6,154
Posted By hnhegde
Thanks a lot for the command vgersh!!
Thanks a lot for the command vgersh!!
6,154
Posted By hnhegde
Hi vgersh, Thanks for the reply. I was...
Hi vgersh,

Thanks for the reply. I was looking to join everything into one line, irrespective of whether there is a '\' or not.

TIA,
6,154
Posted By hnhegde
merge multiple lines from flat file
Hi,

I have a tab delimited flat file like this: 189 Guide de lutilisateur sur lappel conférence à trois au moyen d'adaptateurs téléphoniques <TABLE><TBODY><TR><TD><DIV class=subheader>La...
2,285
Posted By hnhegde
man crontab
man crontab
6,494
Posted By hnhegde
Hi queencourt, I don't think, gzip gives...
Hi queencourt,

I don't think, gzip gives you a feature to append date to the filename, but you can might get some clues here: https://www.unix.com/showthread.php?t=26521 and here:...
9,840
Posted By hnhegde
Hi azura, Just to add to what blowtorch has...
Hi azura,

Just to add to what blowtorch has already mentioned:
EOXfer is no unix command. It is just a pattern used to signify the beginning and end of a "here document" . For that matter, any...
14,070
Posted By hnhegde
lazytech, You are right. SSH is a secure...
lazytech,

You are right. SSH is a secure shell. But if you download clients like ssh or reflection, you also get a nice ftp window to just drag and drop files to/from server.
14,070
Posted By hnhegde
sireesha15, You can also get an ftp client...
sireesha15,

You can also get an ftp client like ssh, putty or reflection. Just google for the download links to these.
2,595
Posted By hnhegde
When you are in your home directory, if you do ...
When you are in your home directory, if you do
ls -al
to see your .profile file. then you can do a
vi .profile
to edit it.
To see what environmental variables to be set, you can see another...
4,431
Posted By hnhegde
Ajay, Have you explored 'find' command with...
Ajay,

Have you explored 'find' command with '-ctime' or '-mtime' option?
2,165
Posted By hnhegde
Hi Bill, Thanks for the quick reply. I...
Hi Bill,

Thanks for the quick reply. I tried:
find / -name '<filename>' -print

This yields the same result set as:
find / -name <filename> -print
2,165
Posted By hnhegde
Thanks hegemaro. I appreciate your quick reply.
Thanks hegemaro. I appreciate your quick reply.
2,165
Posted By hnhegde
question about find command
I am not sure if this question has been answered earlier at the Unix Forums. I tried a search but could not find anything.
So here it goes...

I am looking for a log file under /home.
find...
2,612
Posted By hnhegde
Hi Anbu and Glen, Thanks so much for the...
Hi Anbu and Glen,

Thanks so much for the quick response. I appreciate your help.
2,612
Posted By hnhegde
awk expression to find one or more zeros
Hi,

We have a flat file with an account number column . Some of the account numbers are just zeros. e.g., 0, 000, 000000.
I am trying to pick out such records which have only zeros in their...
7,143
Posted By hnhegde
Sree, Perhaps, you should be posting this to...
Sree,

Perhaps, you should be posting this to an sql forum.
5,118
Posted By hnhegde
No cross-posting allowed!!
No cross-posting allowed!!
13,658
Posted By hnhegde
George, If you put the 'cd /destination_dir'...
George,

If you put the 'cd /destination_dir' in your .profile, then everytime you log in, you will be taken to that directory. use 'ls -al' to see the .profile in your home dir.
I am not very...
27,528
Posted By hnhegde
Thanks Jim. That might be the cause.
Thanks Jim. That might be the cause.
27,528
Posted By hnhegde
grep line length limit
Hi Friends,

I am having a funny problem with grep. When I run
grep 'expr' file.txt
things work fine. But when try to get the line number using the -n option, i.e,
grep -n 'expr' file.txt
I...
26,376
Posted By hnhegde
Try this: while read aLine do ...
Try this:

while read aLine
do
printf "\n $aLine"
done < removethese.txt
4,921
Posted By hnhegde
Check if ksh is in /bin directory.
Check if ksh is in /bin directory.
Showing results 1 to 24 of 24

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