csh
unknown error in shell
can somebody explain me what does this error mean: > ./rank lines.in \'nknown option: `- Usage: tcsh [ -bcdefilmnqstvVxX ] [ argument ... ].[详细]
2023-01-01 11:14 分类:问答strange behavior
I wrote simple script test echo hello#<-- inside test if I press one time enter after hello, my script will run, if I don\'t pr开发者_Python百科ess - it will not, if two times I\'ll receive my h[详细]
2023-01-01 10:12 分类:问答how to read rows?
I\'m trying to read first row from t开发者_Go百科he file > source ./rank file using this script[详细]
2023-01-01 09:57 分类:问答scripts on Cshell
I\'ve got some problem, I have list of data in the file: 053-37878 03828008 Moskovitch James 500 052-34363 01234567 Mendelson Kippi 450[详细]
2023-01-01 09:17 分类:问答How to use parallel execution in a shell script?
I have a C shell script that does something like this: #!/bin/csh gcc example.c -o ex gcc combine.c -o combine[详细]
2022-12-29 19:27 分类:问答replace line with sed in csh
I am trying to change the content of a specific line in a batch of files. I thought that would be a piece of cake but for some reason, nothing happens, so I guess I am missing something.[详细]
2022-12-29 06:05 分类:问答how to source a csh script in bash to set the environment [closed]
Closed. This question does not meet Stack Overflow gui开发者_如何转开发delines. It is not currently accepting answers.[详细]
2022-12-28 16:37 分类:问答How to open a file that contains a single digit in C shell
I need to open a file using c shell. The file contains a single integer, and I need to put it into a variable, increase it and put back into the file. Meaning, if the file contains开发者_如何学JAVA th[详细]
2022-12-27 16:48 分类:问答Invoking shell from java, it complaints "stty: standard input: Invalid argument"
I invoke a shell command by Process class from java and it prints \"stty: standard input: Invalid argument\"[详细]
2022-12-24 19:08 分类:问答Get the last day of the last month in csh?
How do you get the last day of the last month in csh? Here is the code so far.The cal command below almost works if you execute it from the (FreeBSD sh) command line, but I\'m having trouble escaping[详细]
2022-12-24 05:36 分类:问答