Search Results

Search: Posts Made By: biker
5,790
Posted By biker
one thing i did for a tool i wrote a year or two...
one thing i did for a tool i wrote a year or two back was to use the epoch value (seconds since 1970) for date/timestamp comparisons if that's the concern

biker
LiveFire Labs: Online UNIX...
5,790
Posted By biker
is it necessary to key off of the "DONE!" or...
is it necessary to key off of the "DONE!" or could you somehow have the script check the status of the software under test? maybe running some sort of pre-existing status command or check the...
5,790
Posted By biker
i'm not sure i follow, but i'll probably need to...
i'm not sure i follow, but i'll probably need to take some time to think about your response in order to ask some relevant follow-up questions. one thing i don't understand is why the script is run...
5,790
Posted By biker
would it work to have a counter for the string...
would it work to have a counter for the string "DONE!" that is initialized to 0 at the start of your script and then enter a loop containing a sleep statement and then after the sleep statement...
30,037
Posted By biker
dangral - This number represents the section...
dangral -

This number represents the section of the manual the page is found in.


Biker
Systems/Network Administrator
LiveFire Labs - Hands-on Technical e-Learning
www.LiveFireLabs.com
1,823
Posted By biker
xinubhaskar, This page may help - ...
xinubhaskar,

This page may help -

http://wwws.sun.com/software/solaris/binaries/get.html

Good luck!

Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning ...
62,307
Posted By biker
Docboyeee, You could also use the "tar"...
Docboyeee,

You could also use the "tar" command to archive the multiple files into a single file. This file could then be copied to the 2nd server with the utility of your choice (e.g. FTP).
...
9,163
Posted By biker
yls177, I haven't worked with AIX, but you...
yls177,

I haven't worked with AIX, but you may want to check out the man page for userdel (-r) if it exists on that version of UNIX.


Biker
Systems/Network Administrator
LiveFire Labs -...
2,419
Posted By biker
amicrawler2000, The Solaris Operating...
amicrawler2000,

The Solaris Operating Environment for x86 can be downloaded for $20 at Sun's website:

http://wwws.sun.com/software/solaris/binaries/get.html

The media kit costs more.
...
28,006
Posted By biker
Ed, If the files are by themselves in a...
Ed,

If the files are by themselves in a directory, you should be able to put something together quickly with the following pieces:

The "for" Loop

Using "cat" and ">>" (append) within the...
3,161
Posted By biker
savagebeast, Here's a couple of lists to get...
savagebeast,

Here's a couple of lists to get you started:

http://www.oreillynet.com/linux/cmd/
...
40,302
Posted By biker
maybenexttime62, What key sequence are you...
maybenexttime62,

What key sequence are you using to exit vi?


Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning
www.LiveFireLabs.com
3,632
Posted By biker
chamkila, Did you try this page? ...
chamkila,

Did you try this page?

http://docs.sun.com/db/doc/806-0956

Here is the main page for related documents:

http://docs.sun.com/


Hope this helps!

Biker
Systems/Network...
2,170
Posted By biker
The Byrd, These sites should get you...
The Byrd,

These sites should get you started:

UNIX (General)
http://cm.bell-labs.com/cm/cs/who/dmr/ - Dennis Ritchie's homepage (one of the founders of UNIX). Good information on origin and...
2,044
Posted By biker
P.S. Using a case statement in place of the...
P.S. Using a case statement in place of the multiple tests will reduce the amount of code needed.


Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning ...
2,044
Posted By biker
whegra, I believe there are versions of...
whegra,

I believe there are versions of "date" out there that provide date subtraction functionality, but here's a thought:

YES_DAY=0
TODAY=$(date +%d)

if [ ${TODAY} = 01 ]
then
[...
3,337
Posted By biker
mjs, From past reading, I seem to recall 2...
mjs,

From past reading, I seem to recall 2 being recommended as a guideline. Your mileage may vary.

One thing to remember is that once you take action with one key system resource (e.g. add...
7,772
Posted By biker
elendil, ...
elendil,

http://cm.bell-labs.com/cm/cs/who/dmr/ - Dennis Ritchie's homepage (one of the founders of UNIX). Good information on origin and history of UNIX.

Based on the books you have listed,...
3,406
Posted By biker
Mafia, Here are a few websites that should...
Mafia,

Here are a few websites that should get you started:

UNIX (General)
http://cm.bell-labs.com/cm/cs/who/dmr/ - Dennis Ritchie's homepage (one of the founders of UNIX). Good information...
9,310
Posted By biker
My bag for leaving the "^" off of "Foreign" ...
My bag for leaving the "^" off of "Foreign"

Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning
www.LiveFireLabs.com
1,983
Posted By biker
elchalateco, You will need to add a loop...
elchalateco,

You will need to add a loop construct to your script.


Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning
www.LiveFireLabs.com
9,310
Posted By biker
elchalateco, Try: grep -v Foreign...
elchalateco,

Try:

grep -v Foreign oldfile > newfile


Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning
www.LiveFireLabs.com
2,787
Posted By biker
Evo, It is my opinion that there are more...
Evo,

It is my opinion that there are more similarities than dissimilarities between UNIX and Linux. If you are interested, here's a little background:

Both operating systems have...
15,061
Posted By biker
sajjan2, Here's a decent overview of the...
sajjan2,

Here's a decent overview of the startup sequence:

http://docs.rinet.ru:8080/UNIXs/ch16.htm


Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning ...
9,223
Posted By biker
sivhard, Here are a few websites that should...
sivhard,

Here are a few websites that should get you started:

UNIX (General)
http://cm.bell-labs.com/cm/cs/who/dmr/ - Dennis Ritchie's homepage (one of the founders of UNIX). Good information...
Showing results 1 to 25 of 45

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