-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Heh, I was thinking the same thing...
Pat Regan wrote: | On Mon, 18 Oct 2004, Brian Henning wrote: | What about running the script inside of a screen session? | | screen -d -m -S SomeKindOfName runme.sh | | The -d -m detaches the session and the -S gives the session a name. Then, | whenever you want to check on it, you can do: | | screen -dr SomeKindOfName |
You could also write a script that either starts the new screen session if one isn't already running, or re-connects you to the currently running session, to make it easy for other users or backup operators...
| You can deteach again by hitting C-a d. | | Then you can use 'read' in your script to wait for user input, like | someone else suggested. | | Pat |
Yip.
Another 2 cents... :)
- --mike -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin)
iD8DBQFBdQJsuxlRkoWKZoMRAoxKAJ9PN+AhRvCnCCTeqbjaHPigicv9zQCeOak3 tZfmnomEUzijvq4E0kbUqpc= =+lpe -----END PGP SIGNATURE-----
-- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
