Search Results

Search: Posts Made By: Cameron
1,725
Posted By ctsgnb
ok it is still simple & easy to read :) i can...
ok it is still simple & easy to read :) i can delete my previous post then
1,725
Posted By binlib
A small modification: (head -2 infile; tail +3...
A small modification:
(head -2 infile; tail +3 infile | sort -t: -k1) > infile.sorted
or even better:
(head -2; sort -t: -k1) < infile > infile.sorted
if your "head" doesn't do buffer read,...
1,725
Posted By ctsgnb
head -2 infile > infile.sorted tail +3 infile |...
head -2 infile > infile.sorted
tail +3 infile | sort >> infile.sorted(if "tail +3" notation not supported on your plateform, you can give a try to a "tail -n +3" instead)
1,725
Posted By zaxxon
Afaik sort has no option on which line it should...
Afaik sort has no option on which line it should start or which to bypass and just print them. It would be used in conjunction with other commands. Examples:

# in bash:
F=infile; head -2 $F; tail...
Forum: HP-UX 09-11-2010
7,279
Posted By DustBunny
Cameron, Hardware raid or Software raid is...
Cameron,

Hardware raid or Software raid is in question here?

SW raid, use vgdisplay, lvdisplay and so on as already given.

BL860C also comes with a SAS raid controller, there should also be...
Forum: HP-UX 09-09-2010
7,279
Posted By fpmurphy
Or you can drill down for this information using...
Or you can drill down for this information using SAM
Forum: HP-UX 09-09-2010
7,279
Posted By frank_rizzo
use the vgdisplay command. see man page for...
use the vgdisplay command. see man page for details.
Showing results 1 to 7 of 7

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