473,396 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

case: Too many arguments.

2
Hi
I get the following. Where is the problem?

> uname -a
Linux ensv00lu 2.4.21-190-smp #1 SMP Tue Feb 10 01:07:03 UTC 2004 i686 unknown
> csh
case: Too many arguments.
Jun 1 '07 #1
4 8206
RedSon
5,000 Expert 4TB
you might not have csh installed on you machine. Most come default with bash.
Jun 1 '07 #2
Motoma
3,237 Expert 2GB
Hi
I get the following. Where is the problem?

> uname -a
Linux ensv00lu 2.4.21-190-smp #1 SMP Tue Feb 10 01:07:03 UTC 2004 i686 unknown
> csh
case: Too many arguments.
What is your initial shell? It sounds like you may have an improperly configured .profile or .cshrc file causing problems. It could also be an alias problem.
Jun 4 '07 #3
sdeg
2
What is your initial shell? It sounds like you may have an improperly configured .profile or .cshrc file causing problems. It could also be an alias problem.
Thanks for the reply. Reading the csh man page I got to the same conclusion. Not having any need to have a .profile loaded or a .cshrc executed for my job I overcame the problem using -f as a switch to csh, thereby avoiding to fix something I'm not interested into. Shell starts good now, while shell scripts (putting -f switch on the shebang) start and get executed good as well but with the same error message printed on stderr.

Anyway the solution it's quite good for my purpose. My reply is for completeness and appreciation for your post.
Jun 8 '07 #4
Motoma
3,237 Expert 2GB
Thank you for letting us know what the issue was and how you solved it. You are welcome here at The Scripts any time you have a problem.
Jun 8 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Gav | last post by:
Hi all, Upon trying to run a storedprocedure I get the error: Procedure or function mystoredprocedure has too many arguments specified. I checked out this site: ...
2
by: jn | last post by:
Hi, I'm passing around 30 arguments to a stored procedure, and I got the following error (see below). It works fine if I narrow down to around 25 args. Is there any workaround to bypass this...
3
by: DC Gringo | last post by:
I have a simple function within a web method. It works fine with one parameter, but gives me a compile error when I try to add a second: "Too many arguments to 'Public Function...
1
by: Roy | last post by:
Hey all, Perhaps one of you can see what I'm doing wrong. The rowselectorcolumn is an excellent little control that adds in checkboxes to a datagrid. That's just an FYI, it's not my problem. If I...
1
by: Allan Ebdrup | last post by:
I have the following class in C# with two constructors -------------- public class JobfolderEmailRecord { public JobfolderEmailRecord(int Id) { //code for constructor } public...
16
by: Martin Jørgensen | last post by:
Hi, Problem: ======== Some of my output functions are beginning to take pretty many arguments... I mean.... We're talking about 10-15 arguments :-) So I thought to myself, perhaps this is...
2
by: asdf | last post by:
fscanf(fp,"\n", &intensity); will generate the following warning: warning: too many arguments for format how to fix it ? Thanks a lot.
0
by: Kil | last post by:
Hello everyone, I would like to use the Alternative PHP Cache (APC, http://pecl.php.net/package/APC). I am using Apache 2.2.3 (with worker MPM), PHP 4.4.4 - all self-builds under Debian...
2
by: sush1512 | last post by:
Hi all , My stored proc is as follows if @Code Is Null BEGIN SELECT * FROM TCode (NOLOCK) END Else BEGIN
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.