Search Results

Search: Posts Made By: reborg
Forum: Solaris 12-12-2006
11,527
Posted By reborg
All sun SPARC boxes come preloaded with the ...
All sun SPARC boxes come preloaded with the Solaris OS, unless that machine was altered it will have Solaris 10 installed.

The minimum Solaris release is 6/06 ( downloadable from Sun ) and the...
42,177
Posted By reborg
Well since there are only 5 minutes you are...
Well since there are only 5 minutes you are interested in:

in bash


for (( i = 5; i >=0; i-- )) ; do
grep $(date +%R -d "-$i min") syslog >> newfile
done
Forum: AIX 07-06-2005
8,164
Posted By reborg
#! /bin/nawk -f # # formatDF.nawk # {...
#! /bin/nawk -f
#
# formatDF.nawk
#

{

for(i=0;i<=NF;i++){
lineArray[NR,i] = $i
if ( NF > numFields ) numFields = NF
...
109,433
Posted By reborg
echo "WITH A NEW LINE" >> file
echo "WITH A NEW LINE" >> file
108,245
Posted By reborg
add the following lines to the bottom of your...
add the following
lines to the bottom of your .kshrc file in your $HOME directory:

set -o emacs
alias __A=$(print '\0020') # ^P = up = previous command
alias __B=$(print '\0016') ...
Forum: Web Development 12-26-2008
10,085
Posted By reborg
www.google.com/ncr Will also take you to...
www.google.com/ncr


Will also take you to the US site and set the cookie to prevent local country selection on future visits.
2,656
Posted By reborg
(6) Do not post classroom or homework problems.
(6) Do not post classroom or homework problems.
Forum: Solaris 11-18-2006
21,860
Posted By reborg
just as an aside, depending on the cluster you...
just as an aside, depending on the cluster you have installed you may already have wget in /usr/sfw/bin
Forum: HP-UX 04-23-2007
4,235
Posted By reborg
duplicate thread - closed.
duplicate thread - closed.
52,837
Posted By reborg
You'll need to read up on regular expressions to...
You'll need to read up on regular expressions to really make much use of it, but here it is anyway:

The -n means not to print anything unless it's explicitly requested.

s - substitute
/ -...
Forum: Solaris 12-14-2008
7,205
Posted By reborg
Actually hme as "happy meal" is a deliberate...
Actually hme as "happy meal" is a deliberate misinterpretation of the acronym which started internally at Sun. hme formally means "Hundred Megabit Ethernet".

ce0 - Cassini was the Sun project code...
12,473
Posted By reborg
Select an approriate forum and do what you did to...
Select an approriate forum and do what you did to post this one.
Forum: Solaris 05-05-2009
14,193
Posted By reborg
As posted in another thread in this forum today! ...
As posted in another thread in this forum today!

Password Encryption (System Administration Guide: Security Services) - Sun Microsystems...
18,382
Posted By reborg
Another option would possibly to use 'script'.
Another option would possibly to use 'script'.
Showing results 1 to 14 of 14

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