Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Expect scripting issue, works interactively when doing commands in cli, does not work in script Post 303038386 by aldowski on Monday 2nd of September 2019 01:08:24 AM
Old 09-02-2019
Hi;
Thanks for replying, sorry for my delayed response.

Code:
cat test.sh
#!/bin/bash

expect -c "

set multilinetext 'first one two
second one two three
third one
fourth one two three four
fifth one two'

;"

Error:
 ./test.sh
wrong # args: should be "set varName ?newValue?"
    while executing
"set multilinetext 'first one two"


It looks that the "-c" commands calling parameter in bash, can create number of different errors.

I am now trying to separate all Expect from Bash - Expect dedicated files called from main bash files.

It seems to have lots of benefits, also some drawbacks.

Moderator's Comments:
Mod Comment
Please wrap all code, files, input & output/errors in CODE tags for clarity.
It also preserves spaces for indenting or fixed-width data.

Last edited by rbatte1; 09-04-2019 at 01:46 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Script doesn't work, but commands inside work

Howdie everyone... I have a shell script RemoveFiles.sh Inside this file, it only has two commands as below: rm -f ../../reportToday/temp/* rm -f ../../report/* My problem is that when i execute this script, nothing happened. Files remained unremoved. I don't see any error message as it... (2 Replies)
Discussion started by: cheongww
2 Replies

2. Shell Programming and Scripting

Script that works on one server does not work on another

Hello all, The following script (sess.sh) runs fine and gives the correct output on a SunOS 5.9 ( default shell =/bin/ksh) but gives incorrect results on a SunOS 5.7 (default shell= /bin/sh). The script logs on to an oracle database and queries the total no of sessions running in the database... (6 Replies)
Discussion started by: luft
6 Replies

3. Shell Programming and Scripting

strange expect script behavior, or am i misunderstanding expect scripting?

Hello to all...this is my first post (so please go easy). :) I feel pretty solid at expect scripting, but I'm running into an issue that I'm not able to wrap my head around. I wrote a script that is a little advanced for logging into a remote Linux machine and changing text in a file using sed.... (2 Replies)
Discussion started by: v1k0d3n
2 Replies

4. Shell Programming and Scripting

Expect script doesn't work under crontab

Hi All, Using Expect script when I run it manually it works. But when I put the entry in crontab, the job is still running after 15 hours. The script was created as root. I don't think it's a permission issue. Any idea? This is what I have under root crontab... 00 18 * * 1-5... (4 Replies)
Discussion started by: samnyc
4 Replies

5. Shell Programming and Scripting

simple php/expect script works from command line but not from web

I have a really basic expect script which I call from php. I works fine when I run the php from the shell, but from the web it appears as if the output buffer gets chopped and never gets all of the contents. php script: (runexpect.php) <?php... (7 Replies)
Discussion started by: jacksona2
7 Replies

6. AIX

HACMP: difference between 'cl' commands and 'cli' commands

Hi all, I'm new in this forum. I'm looking for the difference between the HACMP commands with the prefix "cl" and "cli". The first type are under /usr/es/sbin/cluster/sbin directory and the second are under /usr/es/sbin/cluster/cspoc directory. I know that the first are called HACMP for AIX... (0 Replies)
Discussion started by: peppix
0 Replies

7. Shell Programming and Scripting

Not the correct output, works fine via CLI, not inside the script.

Guys, I need you help please. The script below is not working correclty for checking via a awk/if statement . Can you tell me what i am doing wrong in the script code "if($1 == "$RETENTION_LEVEL") " Syntax RETENTION_LEVEL=`echo $LINE | cut -f2 -d" "` echo " ==============... (4 Replies)
Discussion started by: Junes
4 Replies

8. UNIX for Dummies Questions & Answers

C-program works fine interactively, but not on the SGE server

Greetings, I have a C-program that is made to implement a hidden Markov model on an input file. The program is very memory intensive. I've installed it on my local server where I have an account and it compiles fine. The way they have the server set up is that you can either work... (1 Reply)
Discussion started by: Twinklefingers
1 Replies

9. Shell Programming and Scripting

Expect script works on CLI, but not under Nagios

I'm having a problem scripting Expect to work as a Nagios check. The script runs fine from the cli, but not when run as a Nagios check. I turn on the debug output, and it looks like it's not seeing the whole buffer's worth of info, like it's paged interactively somehow. I'm new to Expect, but this... (1 Reply)
Discussion started by: dhargens
1 Replies

10. UNIX for Beginners Questions & Answers

Command works interactively but not in bash script

The below command works in the terminal interactively but not as part of a bash script. I though maybe I needed to escape the "$dir" so it isn't interpreted literally, but that's not it. Thank you :). interactively in terminal dir=/path/to new=$(ls "$dir"/*.csv -tr | tail -n 1) && echo... (6 Replies)
Discussion started by: cmccabe
6 Replies
WCSREMAP(1)							   User Commands						       WCSREMAP(1)

NAME
wcsremap - AME SYNOPSIS
remap [-vf][-a rot][[-b][-j] ra dec][-i bits][-l num] file1.fit file2.fit ... filen.fit DESCRIPTION
Remap FITS or IRAF images into single FITS image using WCS or : remap [-vf][-a rot][[-b][-j] ra dec][-i bits][-l num] @filelist -a: Output rotation angle in degrees (default 0) -b ra dec: Output center in B1950 (FK4) RA and Dec -e long lat: Output center in ecliptic longitude and latitude -f file: Use WCS from this file as output WCS -g long lat: Output center in galactic longitude and latitude -i num: Number of bits per output pixel (default is input) -j ra dec: center in J2000 (FK5) RA and Dec -l num: Log every num rows of output image -m mode: c closest pixel (more to come) -n num: integer pixel value for blank pixel -o name: Name for output image -p secpix: Output plate scale in arcsec/pixel (default =input) -s: Set BZERO and BSCALE in output file from input file -t: Number of samples per linear output pixel -u: Delete distortion keywords from output file -v: Verbose -w type: Output WCS type (input is default) -x x y: Output image reference X and Y coordinates (default is center) -y nx ny: Output image dimensions (default is first input image) wcsremap 3.8.4 June 2012 WCSREMAP(1)
All times are GMT -4. The time now is 02:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy