Search Results

Search: Posts Made By: nathgopi214
20,143
Posted By nathgopi214
How to write a varible into file in ksh
set filename $logDir/PyLog/$logname
echo $filename >> logname.txt

I am trying to write to write the varibale filename into a file logname.txt,it is not working could any one suggest y
9,709
Posted By nathgopi214
How to i write a script to achive the above...
How to i write a script to achive the above...
9,709
Posted By nathgopi214
Junk Character in file
Hi

set filename "./GopiRun.sh"

if [catch {set a [exec $filename ]} err] {
writeLog "error in exec "
writeLog $a
} else {
writeLog $a
}

The above code will execute a file...
15,909
Posted By nathgopi214
Shell script file handling
Hi

! /bin/sh

set logdir1 "logDir/local/logname"
#write the filename into a file
echo $logdir1 >> logname.txt

how do i exec the above echo command
13,813
Posted By nathgopi214
How to wait for the subprocess to finish in tcl
Hi All

Here i have a piece of code,

set filename "./GopiRun.sh"
[exec $filename & ]
#I need to wait here until the GopiRun.sh is completed how do i achive this
exit.
5,419
Posted By nathgopi214
Hi Python and shell script,the script hangs
Hi

I need to run a shell script from a TCL script,the shell script in trun will run a python script

1.Tcl script
set filename "./GopiRun.sh"
[ exec $filename > out.txt ]

2.GopiRun.sh
...
17,085
Posted By nathgopi214
How to run python script from a Tcl script
Hi

I have a python script,i need to run this script from a tcl script.Can anyone let me know how to do this
5,546
Posted By nathgopi214
Hi How to redirect the output of exec
Hi

Here i have a script a

#!/usr/bin/env tclsh

puts "Hello World!"
set filename "./BesRun.sh"

[exec $filename ] > out.txt

exit


I am trying to redirect the output of the...
Forum: Programming 07-04-2006
6,024
Posted By nathgopi214
Alarm management
Need to know the high level design and releated stuffs to implement alarm management in L2 switch..which will include alarm masking,alarm hierarchy,alarm Filtering,alarm logging...
Forum: Programming 04-27-2006
6,024
Posted By nathgopi214
program to transfer a file from client machine to server
1. we have a client & server ,and TFTP is running on the server.
2.we have 3 files a.exe,b.exe,c.exe in the client machine....we need to transfer all the 3 files to the server and store it into a ...
Forum: Programming 04-27-2006
4,780
Posted By nathgopi214
Hi.. Thanks for ur reply ..I mean IPC..apart...
Hi..

Thanks for ur reply ..I mean IPC..apart from this i too have another question for you ...

The question is :

1. we have a client & server ,and TFTP is running on the server.
2.we have 3...
Forum: Programming 04-26-2006
4,780
Posted By nathgopi214
Need to know about Event Management
Hi
I need to understand abt Event Management Library for example..A module will be responsible for Handling the event posted by the other modules...and creating a new process for handling the event...
Showing results 1 to 12 of 12

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