Hi,
are there other commands for "&" ?
& stands for executing a script in the background, e.g.:
/home/stefan/tclscript.tcl&.
Thanks
Stefan
are there other commands for "&" ?
& stands for executing a script in the background, e.g.:
/home/stefan/tclscript.tcl&.
Thanks
Stefan
nohup only suppresses SIGHUP on the launched command. It /doesn't/ launch the
command into "background" (i.e. fork, with child exec'ing command and parent
terminating clean).
The closest thing I can think of to the OP's request is to
- start the command in foreground
- ^Z to suspend the foreground command
- bg [jobspec] to resume the suspended command, but in background
but, then again, I'm no shell expert :-)
- --
Lew Pitcher
Master Codewright & JOAT-in-training | GPG public key available on request
Registered Linux User #112576 (http://counter.li.org/)
Slackware - Because I know what I'm doing.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)
iD8DBQFDj7loagVFX4UWr64RAmYCAKDhQaLB7QozaROd5n1fKrSyr6QZbgCaAncU
RZG+bhuImybmSQCMO+vBj7o=
=ZbUh
-----END PGP SIGNATURE-----
1. GETSERVBYNAME()????????????????????"""""""""""""
Hi,
Does anyone know why
struct servent *serv;
serv=getservbyname("exec","tcp");
gives a warning err of incomparible pointer type?
I also can't get rexec to function. It compiles ok....
Thanks
Kirk
3. unix commands "ls" and "file" together?
4. Installing FBSD over two HDs.
5. "write" "to" "flon" commands
7. "weof" operation in "mt" command gives "permission denied"
9. """"""""My SoundBlast 16 pnp isn't up yet""""""""""""
10. ". / command" instead of "command" ???
11. HELP: "TOP" Command and "SZ" command
12. "Novell-like","non-TCP/IP","networking" OS to place Unix
13. "man2ascii"-script ( was: Re: Is there a "man2ascii"-script???? )