I'm new to bash scripting and am wondering how to tie two or more commands together. As an example, to start an xterm session and run a command within it.
Start xterm & run "ps -ux in it. I can do each separately in bash but haven't figured how to do them in unison. Thanks for any help. Also, what would be a good reference book for bash that's not too expensive? -- Thanks, Tom Taylor [email protected]
