Search Results

Search: Posts Made By: Beast Of Bodmin
Forum: Solaris 08-16-2010
1,879
Posted By Beast Of Bodmin
I managed to solve the problem eventually. There...
I managed to solve the problem eventually. There is a recipe you can follow somewhere in sun.com. But, as is often the case with Sun's recipes, there is some ambiguity that can cause one to really...
Forum: Solaris 07-20-2010
1,879
Posted By Beast Of Bodmin
VxVM confused by SDS?
I have an old V490 running an old version of Soalris 10 and an old version of VxVM.

The system disks are configured using metathis and metathat, the remaining disks

Because of the brain-damaged...
26,533
Posted By Beast Of Bodmin
Deepak, 1. Please put CODE tags around...
Deepak,


1. Please put CODE tags around Unix stuff (see the reply by zaxxon, a Mod). It makes it easier to read.

2. Please check your command (see below, my emphasis)

awk -v r=15 19 -v c=7...
23,053
Posted By Beast Of Bodmin
In general, it is not possible to know which file...
In general, it is not possible to know which file has changed by looking at the size of the file or the time stamp.

In general, the command

cmpwill report the byte at which the first difference...
26,533
Posted By Beast Of Bodmin
r is the row (the line number in the file) c is...
r is the row (the line number in the file)
c is the column number
v is the replacement value

This will replace column 3, row 2 with 5, no matter what the value of the cell:

nawk -v r=2 -v c=3...
10,632
Posted By Beast Of Bodmin
Because that's how echo works
Try

sed -e 's700d' <file.xml >foo.xml
mv foo.xml file.xmlYou can edit in place with perl:

perl -n -i.BAK -e 'print if $. != 700' file.xmlThe original file is in file.xml.BAK
Forum: High Performance Computing 04-06-2009
8,129
Posted By Beast Of Bodmin
Thanks for the reply. Unfortunately, we do...
Thanks for the reply.

Unfortunately, we do not have that option.
6,025
Posted By Beast Of Bodmin
Do you need the directory creation time or the...
Do you need the directory creation time or the time of last modification?
8,420
Posted By Beast Of Bodmin
sort -t/ -k2n file1 1073 java/4 28988 java/26...
sort -t/ -k2n file1
1073 java/4
28988 java/26
1073 java/33
1073 java/40
28988 java/48
28988 java/73
28988 java/76
1073 java/136
1073 java/167
1073 java/170
1073 java/176
1073 java/180

...
Forum: High Performance Computing 04-03-2009
8,129
Posted By Beast Of Bodmin
Veritas Cluster Server Management Console IP Failover
I have just completed a first RTFM of "Veritas Cluster Server Management Console Implementation Guide" 5.1, with a view to assessing it to possibly make our working lives easier.

Unfortunately,...
Forum: What is on Your Mind? 04-03-2009
2,049
Posted By Beast Of Bodmin
1st Post, and it's a moan :(
Wow! Took me 30 minutes to register here using FF 3 on Windows XP. But MS IE working like a dream.

I suspect adblock was not happy. Or FF and our MS proxy settings here at work.

Anyway,...
Showing results 1 to 11 of 11

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