Summary: Not forgetting to mention it should be in csh, found another script that is written in ksh. Doesnt seem to work for me though. any difference? ...
Summary: Hello, I have a comma-delimited file open in vi. How do I replace , with tab? This :g/,/s//' '/g seems to work, but I'm not 100% sure. Thanks! ...
Summary: How should this work? The only thing you can do is, to write a small script to change the "/tmp" with "$HOME/tmp" in your csh scripts or add a variabl...
Summary: I do not work in csh, but when I change the braces to parens on the while condition, and also take out that extraneous } at the end, the script execut...
Summary: Unless you are working under the contraints of a homework assignment, it is a bad idea to write scripts in csh. http://www.faqs.org/faqs/unix-faq/shel...
Summary: In ksh: set -A myarray $(print unix | sed 's/./& /g') print myarray contains ${myarray[*]} print elements = ${#myarray[*]} In bash it's a little harde...
Summary: Could someone advice that how to remove history in CSH? As there is no histroy file created under user's home directory? Where did it record? ...
Summary: Well I've just installed ssed and it only uses perl regexps if you tell it to with -R. The following command got rid of all the trailing spaces and ta...
Summary: Well, looks like it does not like the carat, which is the operator for exponentiation. I just tested chris.awk in csh, and mine works just fine. On s...
Summary: If you post your script, someone may help. I do not code in csh because it is widely known and accepted that csh is the worst shell for scripting due...
Summary: Hi, I was wondering how to set enviroment variable in CSH script ? Reason because I set crontab to run a csh script that contains this command: sql...
Summary: can any one tell me how to run a semaphore. i understand roughly how they work code wise, but i'm not sure how to make use of them. i have two client ...
Summary: Follow the steps to solve your problem: 1. Remove the Hard Disk cable connection. 2. Remove the CMOS battery attached to your mother board. 3. Switc...
Summary: ==> F8 In vi editor, follow the steps below: 1. press i - to go to vi insert mode 2. press Ctr-v - to go to vi special character insert mode 3. press ...
Summary: Hi everyone. Can anyone tell me the command in ksh script used to launch an external script? (I have to load a script which contains variables). In cs...
Summary: The code helped me tremendously and it is working fine, I also removed line # in between duplicate, but the there are some data validity issues: 1. A...
Summary: I have my script below, which allows csh commands to be run in ksh - ie, I have a file which loads csh environments, using the setenv notation. This w...
Summary: Good choice - zsh is way better than csh and deserves to be used more (though bash and tcsh also provide cursor key navigation and tab expansion, as d...