![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| YaST no longer works on SLES 10 | hassan1 | SuSE | 2 | 04-24-2009 10:47 AM |
| My account no longer works | (Lord Jezo) | Forum Support Area for Unregistered Users & Account Problems | 0 | 06-24-2008 02:52 PM |
| Can no longer login. | thebigm | Forum Support Area for Unregistered Users & Account Problems | 0 | 07-16-2007 01:52 PM |
| my account is no longer working | mhm4 | Forum Support Area for Unregistered Users & Account Problems | 9 | 04-11-2007 08:45 PM |
| NIS no longer | twpvw5 | HP-UX | 8 | 11-15-2005 11:46 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Why does my /bin/csh take longer than /bin/perl?
Okay, so I have two "Hello, world!" scripts, "test.pl" and "test.sh".
Code:
#!/bin/perl -w use strict; print "Hello, world!\n"; Code:
#!/bin/csh echo Hello,\ world! I'd like to know what could possibly be causing this. Some facts of interest:
|
|
|||||
|
Quote:
|
|
||||
|
csh is already my default shell. If I'm running csh scripts, are all of those files (/etc/csh.cshrc, /etc/csh.login, $HOME/.cshrc, $HOME/.login, $HOME/.tcshrc, $HOME/.history) still processed? If so, that explains it. The .cshrc file is huge.
How can I make csh skip those files? You see, csh is the default shell at my company, and the .cshrc is necessary because it sets up a lot of environment variables for our software. I can't remove the .cshrc... so can I skip it? |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| awk, awk trim, trim, trim awk |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|