how to use/do rlogin in csh script?
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21119253.html
I have a client that logs into a sun computer and needs to run some
software on the client end. Once I log into the Sun computer
I want to run a script to make it easier to start the software.
I...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21280692.html
I have a csh script that is acting very strange. It seems to be truncating the commands:
The script has this line:
gunzip -c material_list.070307_0735.tar.gz | tar vxf - > /tmp/material_list.t...
http://www.experts-exchange.com/Programming/System/Linux/Q_22433901.html
I've to modify a script from ksh to csh.
In ksh I've a code written in this way
funct1()
{
command1
command2
....
command n
}
# Script beginning
command 11
...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_11079505.html
Hi,
I have a large file. I would like to change the contents of part of the file (see below). I would like to remove the $$ sign in front of the a few lines. The rest of the word remains the s...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20434348.html
I'm working with a csh script that issues an ftp command, and I came across these lines:
How is this ftp command working without an identified host name? It's only using a single dollar sign.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/tcsh/Q_23242046.html
Zones:
csh / tcsh,
FTPDate Answered: 03/17/2008 Rating: 9.0 Views: 13
Hi,
I need help to create a small csh script.
I have a text file (codes.txt) contains :
CODE1217261
CODE9723763
CODE3864383
CODE3874638
I want to read it one line at a time, and pass...
http://www.experts-exchange.com/OS/Unix/Q_21613587.html
Zones:
Unix OSDate Answered: 11/03/2005 Rating: 9.0 Views: 76
i am writing a C shell script whcih keeps checking if a keyword 'disconnected' appears in a log file or not...if it does, restart a process and send a notification email . I know how to restart and...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21867086.html
I have a script that starts with #!/bin/csh -f and I'm trying to take a path passed in, do a whole bunch of stuff, move up one level and print that path. Instead of showing the path with the '..' ...
http://www.experts-exchange.com/Programming/System/Linux/Q_22917667.html
I want to write a small csh script that when runs, it would remote log me into a specified unix terminal and continue with more commands without stopping and without interaction. Here's a small exa...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10293956.html