anyone have (a) ONE (b) *WORKING* (c) SPARC computer TO SELL?740 (12/15/2012 5:58:43 PM) comp.unix.solaris Not enterprise-sized. Something to be *used* as a workstation.
Sunblade 2500 would be ok.
Yes, I know, boxing it up would be a pain. Maybe some company
could be paid to do that?
(Or, if in reasona... dkcombs
How comes (goes?) Perl 6?639 (11/25/2012 3:03:25 AM) comp.lang.perl.misc What's it been, a decade already, that it's been being worked
on?
Perl, of course, is one hairy piece of code. But you'd think
there'd be something usable by now. (And maybe there is, and
I just don't k... dkcombs
What, if any, improvements has Oracle made to zfs? (S 11, 12?)165 (10/3/2012 4:27:17 AM) comp.unix.solaris Just wondering what kind of effort is Oracle putting into
Solaris and especially ZFS.
And the other (independent of Sun and Oracle) Solaris-implementation
groups -- are they doing much to/for ZFS?
Tha... dkcombs
(1) tar to x.tar; bzip2; (2) How to write x.tar.bz2 to tape?365 (9/26/2012 11:15:18 PM) comp.unix.solaris I read somewhere that for a huge tar backup, it's
better (or might be better) to do the tar
to a on-disk file, and THEN to write that tar-file
to the tape.
How to write a file to a magtape?
All the exa... dkcombs
rot 13'ing all file extensions in a folder344 (11/11/2012 2:11:26 AM) comp.unix.shell Could anyone provide a simple script to rot 13 all file extensions
(all alphabetic characters after the last period, preserving case) in
the current directory?
Sorry not to even try myself. It's been years... lloyd.houghton(28)
How comes (goes?) Perl 6?639 (11/25/2012 3:03:25 AM) comp.lang.perl.misc What's it been, a decade already, that it's been being worked
on?
Perl, of course, is one hairy piece of code. But you'd think
there'd be something usable by now. (And maybe there is, and
I just don't k... dkcombs(290)
Rehabilitating bad Perl code737 (1/8/2013 7:37:57 PM) comp.lang.perl.misc I have inherited some code which has uses several horrible constructs,
such as splicing together completely unrelated assignments and
statements with commas, like
$foo = 1, $bar = 2, print "This is ho... news192(135)
Will there be another S10 release?1340 (1/31/2013 4:20:13 PM) comp.unix.solaris Hey all;
Just wondering if anyone knows whether Oracle plans on a S10u11 release
at all, or if we've entered the 'legacy' part of the old girl now.
Not looking for dates (although I won't say no to them!... cbigam2(59)
regex to process lines except lines which start with #322 (2/11/2013 8:34:05 PM) comp.unix.shell I have a regex which replaces one or more spaces in /etc/syslog.conf
file with tabs:
sed 's/ */ /g' /etc/syslog.conf
I had to insert tab character as \t isnt supported in my sed (solaris)
versio... brumiku(38)