First  |  Prev |  Next  |  Last
Pages: 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
"at" commond
Hi, I have a script that runs with arguemet like this, ../tstop.ksh arg1 then I want to schedule it with another script: #!/usr/bin/ksh #This is the schedule script, schedule.ksh at now + 15 minutes ./tstop.ksh $1 when I run ../schedule.ksh some_Arguement it gives error. I cannot run "at" command... 15 Sep 2006 13:42
Expect Comman
I am trying to automate the running of interactive java program. I am not even getting pas the first response. I have used expect, but it doesn't seem to work. Perhaps I code it wrong. Here is the code #!/usr/bin/expect java -jar abc.jar expect ".*" send "2\r" expect eof Thanks in advance ... 13 Sep 2006 19:18
Korn Shell Script
I am trying to set up an automatic execution of a java package which accepts values from a number of prompts. For instance, The execution line is as follows: [abc] ~/dfg > java -jar abc.jar Platform Options Available: [1] Windows [2] Unix Choose: 2 Database [1] Oracle [2] UDB Choose: 1 etc.... 13 Sep 2006 20:56
script FTP
I am using this shell script to download some files i want to use a loop for i. that is it should download the files for i=048 to i=365 i tried FOR loop. but itz not working.... kindly help me to increment the variable by 1 hope u ppl will help me..... #!/bin/sh echo "user anonymous raghavendraraohj(a)rediffmail... 14 Sep 2006 08:35
sleep for less than a second
Hi I was reading the $man sleep to find a way to sleep for fraction of a second. is there a way to do this, I need to use it in a c++ system command call. thanks ... 13 Sep 2006 20:56
Variable variable name
Sorry for the cryptic subject, but I am trying to do the following (line numbers first) in a shell script: 15 type=AD 16 file=100000_10000_AD.csv 17 eval $type_10K=( `cat $file` ) I get the following error message: + type=AD + file=100000_10000_AD.csv combinetab.sh: line 17: syntax error near unexpected to... 16 Sep 2006 09:49
how to pass a variable to sed?
Hello! Is it possible to pass a variable to sed? something like this: PATH=`echo $PATH | sed 's/\:$ORACLE_HOME\/bin//` ... 12 Sep 2006 11:44
running .bash_profile with cygwin
Hi, I'm having problems getting .bash_profile to run using rxvt + bash. Initially! If I opened a command line and typed "bash -l" then my .bash_profile file would be run. If I used a short-cut on the desktop which is configured as such: C:\cygwin\bin\rxvt.exe -e c:\cygwin\bin\bash.exe then .bash_profile wo... 11 Sep 2006 00:01
how to run IPCs in cygwin
I have installed cygwin on my machine.I want to learn IPC's .But when i give ipcs at cygwin prompt .it says Bad System Call. ... 4 Sep 2006 02:04
newbie problem for renaming files using a bash script
First of all i apologise for duplicating the post to this group(previously posted to gnu.bash), i realised after posting it this was a more apropriate group to post to. ----------------------------- original post ----------------------------------- I'm trying to write a bash script to rename files in the directo... 4 Sep 2006 02:36
First  |  Prev |  Next  |  Last
Pages: 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337