Sounds as though you have an empty file.
> Do i have a .cshrc file in my home directory when you created my account?
> Or i have to settup by myself , if so how can i set it up then ?
My approach would be to use 'vi'. You'll need to learn to use it first
though... vi is just an editor, so
cd
vi .cshrc
will allow you to edit/create a .cshrc. When you save it, it will be
ready for use, and will be read next time you log in (or immeditely if
you type 'source .cshrc').
There may be easier editors about than vi though.
- Raz
-- You are subscribed to the progsoc mailing list. To unsubscribe, send a message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au. If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>