Search Results

Search: Posts Made By: toddy44
2,196
Posted By toddy44
FWIW, when testing a new script, I'll put a -x...
FWIW, when testing a new script, I'll put a -x option on it and launch the script. If and when the script dies or errors out, it should display where it stopped.
ie:
#!/bin/sh -x
13,722
Posted By toddy44
This is what worked for me. In my .cshrc...
This is what worked for me.

In my .cshrc file I added the following lines.
set system=`uname -n` # name of this system.
set myname=`/usr/ucb/whoami` # user name
...
13,722
Posted By toddy44
Thanks Neo and PxT for your replies, it's greatly...
Thanks Neo and PxT for your replies, it's greatly appreciated. I'll post what worked for me once I have it figured out.
Thanks again for your time.
13,722
Posted By toddy44
Does anyone now how to customize an xterm window...
Does anyone now how to customize an xterm window in solaris to dynamically 'pwd' in the banner. I know how to launch with xterm -n 'cwd' but it does not change when I change dir's.
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy