Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to find in which shell you are
Name: David Jeyam Date: July 16, 2002 at 21:22:16 Pacific
Comment:
Can any one tell me how to find in which unix shell i am present using a shell script. I want it to find it programatically.
Summary: Hi, I am trying to find out the file which over 1 hour ( or 30 min, or 30 seconds) I know how to find out the files by day using mtime find . -mtime -1 -name "myfile" -exec ls {} \; and I know there ...
Summary: How to find CPU Usage , RAM, Hard Disk space. This should be on " DEC OSF/1 " I need to write these details into log file for every 10 min. sar command doesn't work on DEC OSF/1(Digital UNIX) ...
Summary: Look for your PS1 variable and set that in your home directory .profile Since, I use bash, I would set this in my .bash_profile export PS1="[\u@\h \W:]" The output would be username@homedir \current d...