• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Some _VERY_ basic *nix documentation.

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Does Linux have the script command?
DESCRIPTION
script makes a typescript of everything printed on your terminal. It is
useful for students who need a hardcopy record of an interactive session
as proof of an assignment, as the typescript file can be printed out lat-
er with lpr(1).
 
It looks like script in debian is part of bsdutils, which I think is installed by default. I remember finding script on netbsd a while back, then looking for it on debian and finding it also had it (already installed).
 
I know Solaris has it (that's where I first learned about it). So I might add a quick note about script. It's really useful for documenting install processes. 🙂
 
Is there anything else people want to see? Keep in mind, I'm going to try and keep it as OS independant as possible, so no "How do I do this in Linux?" suggestions. 😉

Maybe a quick vi tutorial, with a couple of the extras that helped me actually like the editor? A very general security doc? Setting up and using NFS?
 
That'll spawn a TON of shell instances. exec $0 $1 $2 wouldn't, I believe. Also, I can't figure out how to make it work with commands that have arguments.
 
Originally posted by: BingBongWongFooey
That'll spawn a TON of shell instances. exec $0 $1 $2 wouldn't, I believe. Also, I can't figure out how to make it work with commands that have arguments.

It was a simple example. 😛 Shell scripting is one of the MANY MANY things I suck at.
 
Originally posted by: n0cmonkey
Originally posted by: BingBongWongFooey
That'll spawn a TON of shell instances. exec $0 $1 $2 wouldn't, I believe. Also, I can't figure out how to make it work with commands that have arguments.

It was a simple example. 😛 Shell scripting is one of the MANY MANY things I suck at.

Join the club 🙂

watch seems a tad more convenient 😉
 
Originally posted by: Sunner
Originally posted by: Klixxer
Originally posted by: Sunner
Solaris doesn't have "watch".
I think it's Linux/GNU exclusive.

Watch works just fine on my Solaris box 😀

Which version are you running?

Tried on 7 and 9.

I have a 7 cvs box and it works just fine on it, have you installed it?
 
Originally posted by: Klixxer
Originally posted by: Sunner
Originally posted by: Klixxer
Originally posted by: Sunner
Solaris doesn't have "watch".
I think it's Linux/GNU exclusive.

Watch works just fine on my Solaris box 😀

Which version are you running?

Tried on 7 and 9.

I have a 7 cvs box and it works just fine on it, have you installed it?

Most of our Solaris installations are just the usual "Everything except OEM support", mostly since the Solaris installer sucks bigtime 🙂

The ones I tested it on are, so they should include everything save for some hardware support.
Maybe it's on the companion CD?

Do you know which package it belongs to?
 
Back
Top