T.R | Title | User | Personal Name | Date | Lines |
---|
4419.1 | Sounds normal to me | TLE::TLET8::ASHFORTH | | Wed Jan 09 1991 08:33 | 13 |
| Dave-
Any program which is "run" from the CLI will maintain a "grip" on the CLI
"console" window from which it is run. That console is where output is normally
sent and input is normally gathered (i.e., it is c's stdin and stdout). That's
why "runback" was invented, and why 1.3 supports the "RUN >NIL:" format.
Both of these "detach" the program which is run from the console, and allow the
window to close. It's kind of like using the "&" in UNIX to initiate a
background process, or SPAWN/NOWAIT under VMS.
Cheers,
Bob
|
4419.2 | | 11SRUS::MARK | Waltzing with Bears | Wed Jan 09 1991 14:10 | 15 |
| First point.
You need to specify your target directory with a path that is visible
from where you are.
If A and B have the same parent, then from within A you would say
'cp * ../b'. Note though that the wildcard expansion is done by SKsh in this
case, and if there are too many files, you'll overflow the AmigaDOS command
line, which is limmited to 256 chars, or if you're using the internal version
of cp, then the limit is 1024 chars.
I B is a subdirectory of A, then 'cp * b', or 'cp * b/' should both be
fine.
Mark
|
4419.3 | A question, not exactly related. | DWOMV2::CAMPBELL | Delaware Amigan | Wed Jan 09 1991 23:40 | 17 |
|
Sounds like this is a good spot for this question.
What's the best way to pursue learning the U**X way of computing
on the AMI and the VAX? For example, if I wanted to find out
what the 'cp' command does in SKsh, or for that matter, what SKsh
was, how would I do that? Is there a SKsh doc available on the net?
Eunichs novice, here.
Dennis
P.S.
I have heard of DECshell, but like most U**X things available for VMS,
there is a royalty fee attached...'nuf said?
|
4419.4 | Documents? Hundreds of them!
| COMICS::HOGGAN | No, I am not kidding !!! | Thu Jan 10 1991 05:11 | 9 |
| Dennis
The documents are included in the SKsh archive. They include a 112 page
reference manual, a sizeable user guide, external command guide and all the
addendums. Come out on a LPS20 just fine :-)
I've converted the Reference guide to on-line Amiga format - 1% of a 20Mb drive!
Dave.
|