Search Results

Search: Posts Made By: livewir
4,272
Posted By livewir
That gets it to run. I have to tweak it and make...
That gets it to run. I have to tweak it and make it actually do what I want,

thanks!
4,272
Posted By livewir
for i in `cat $*` do echo $i | tee -a log.pgm...
for i in `cat $*`
do
echo $i | tee -a log.pgm
CMD='../../bin/LIST ../../data/HHCONTRL -l=249|grep MON|cut -c 172-173'
remsh $i "${CMD}" | tee -a log.pgm
if
"${CMD}" equals "30"
then
...
4,272
Posted By livewir
you know I was simply overstating a simple...
you know I was simply overstating a simple problem , I figured it out...But if anyone know how to use If / then / end statements in remshell I could use a little help. When I try it says "then...
4,272
Posted By livewir
Remshell script
Hey All,

I use HP-UX at work and I deal mostly with a proprietary application and not so much unix stuff.

I trying to write a remshell script to do the following.

list a file and cut out...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 10:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy