tcsh
Problem getting full path of a shell script while using TCSH
I am using tcsh and I am trying to get path o开发者_StackOverflow社区f current shell script without success.[详细]
2023-02-02 16:19 分类:问答strings / substrings matching in tcsh
I\'m struggling trying to use a concise comparison statement to avoid a bunch of \"if a = b or a = c or a = d or a = e\", etc.[详细]
2023-02-02 11:54 分类:问答Make tcsh wait until specific background job ends + alert me
What \"nonblocking\" command makes tcsh wait until a specific background task completes and then \"alerts\" me by running a command of my choosing?[详细]
2023-02-01 06:29 分类:问答tcsh scripting : regex in if statement
what is the correct way to code this perl statment in tcsh shell script foreach (@array) { if 开发者_运维问答(/^(pam|pom)/) {[详细]
2023-01-31 19:54 分类:问答How do I get `__FILE__` when sourcing a csh script
I have a script that is used to set some env vars in the calling csh shell. Some of those variables depend on the location of the script.[详细]
2023-01-28 09:19 分类:问答bash vs csh vs others - which is better for application maintenance? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: What Linux shell should I use?[详细]
2023-01-27 21:17 分类:问答cshell: How do I produce a list of decimal numbers?
I want to produce a list of numbers from 1 to 5 incrementing by 0.25 at each step, like this: 1.0, 1.25, 1.5, ..., 4.5, 4.75, 5.0[详细]
2023-01-25 02:34 分类:问答run csh scripts from bash, change shell temporary via command
I need to run csh scripts from a bash shell and therefore temporary change to tcsh via a command. It work开发者_如何转开发s perfect in interactive mode but i cant figure out in a one line command.[详细]
2023-01-24 07:42 分类:问答Redirect stdin stdout to multiple files
i am using tcsh shell, I am trying to write two files concurrent开发者_运维技巧ly with same output.[详细]
2023-01-23 19:34 分类:问答Whats wrong with this C shell script?
I am trying to write a C shell equivalent script for the bash script mentioned here. This is what I have :[详细]
2023-01-15 23:59 分类:问答