Sponsored Content
Top Forums Shell Programming and Scripting Shell script check syntax not working ... Post 302833837 by Don Cragun on Thursday 18th of July 2013 02:08:12 AM
Old 07-18-2013
What shell are you using?

What OS are you using?

What is in filename and /path/to/scriptfile?

What is it in those files that you are expecting to produce a syntax error?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell script syntax checker

I have a rather big script that i have written in ksh and it is falling over in two places with a 'test argument' error. I know this usually means that the if statement is not correct, but it is fine. I have looked through the rest of the script for any odd brackets or ` marks, but can't see... (2 Replies)
Discussion started by: handak9
2 Replies

2. Shell Programming and Scripting

How to Check Shell script syntax w/o executing

Hello All, I looking for a way to verify the correction of shell script syntax. Is there any switch like -c in perl which do this in shell ? Thank You. (1 Reply)
Discussion started by: Alalush
1 Replies

3. Shell Programming and Scripting

Help Syntax Shell-Script

Hi Guys, iīve a question ... but itīs a litte bit tricky: iīve a 3 php-scripts which runīs via cron at night. These script reads an xml-file a writes it in an MySQL-DB. I named them (for example here ) Script1 - Script3. The XML-Files i named xml1 - xml3. Now, iīve build a Batch-file,... (10 Replies)
Discussion started by: jackcracker
10 Replies

4. Shell Programming and Scripting

Syntax error calling TCL script from shell script

hello everyone i am beginner on shell scripting .and i am working on my project work on ad hoc network i wrote a batch (.sh) to do a looping and execute a tcl script i wrote before in each iteration ..but i got this problem " syntax error near unexpected token `('... (1 Reply)
Discussion started by: marcoss90
1 Replies

5. OS X (Apple)

Check file sequence script not working. Need help.

I have a script to check a file sequence for missing frames. It used to work in true Unix but now on OSX 10.6.4 (bash) it reports every frame is missing. Hopefully someone here can help. #!/bin/csh -f if ($#argv < 1) then echo echo "Usage: checkseq <name> " echo... (3 Replies)
Discussion started by: scribling
3 Replies

6. Shell Programming and Scripting

shell script | bc syntax format

sorry but need help http://i.investopedia.com/inv/articles/site/CalculationEMA.gif trying to achieve ema in script I have this syntax which errors ema=` ; the 0.153846154 ='s Smoothing Factor really appreciate help (3 Replies)
Discussion started by: harte
3 Replies

7. Shell Programming and Scripting

syntax error in shell script

I am creating a shell script. In which, I need to get server name and server IP. I used this command in script. servername=`cat /etc/hosts|grep `eval hostname`|awk '{print $2}'` however, when execute script or put set -x to debug, it return: line 13: syntax error at line 13: `|' unexpected... (4 Replies)
Discussion started by: duke0001
4 Replies

8. Shell Programming and Scripting

CHECK SCRIPT SYNTAX

Hi everyone, i'd like someone chechk this script, i know it's very simple but it doesn't work good, let me tell you this script works over huge directories, maybe that's the problem, if somebody can give me other way to develop, or show me where it's the problem, i'll appreciate it. ... (9 Replies)
Discussion started by: Newer
9 Replies

9. Shell Programming and Scripting

Help with Check Syntax of Shell Script without Running

Hi Everyone, Is there any way ( generic) to check syntax of Shell Scripts without running it?? (4 Replies)
Discussion started by: roy121
4 Replies

10. Shell Programming and Scripting

Help with if statement syntax in shell script

I want to make the file test condition a variable ($Prmshn in code below). My goal is to use something like the first three unsuccessful if statetments since the 'if #!/bin/ksh test_input() { Prmshn=${1} InFLNm=${2} ifReq="-$Prmshn $InFLNm" #the following three if statments fail: #if ] ;... (10 Replies)
Discussion started by: ms63707
10 Replies
JMOL(1) 						      General Commands Manual							   JMOL(1)

NAME
jmol - 3D molecule and crystal viewer SYNOPSIS
jmol [options] [file] DESCRIPTION
jmol is a program that is able to view 3D chemical information like molecular structures, vibrations of bonds or animations. OPTIONS
Currently accepted options are: -h, --help Print help on the command line options. -g WIDTHxHEIGHT, --geometry WIDTHxHEIGHT Use window-geometry WIDTH x HEIGHT. -s scriptfile, --script scriptfile Run script scriptfile. -Dproperty=value Use value for the given property (for a list see below). -Dcdk.debugging=booelan Set debugging (default: false). -Dcdk.debug.stdout=boolean Set debug to stdout (default: false). -Duser.language=LANG Set user language (default: EN). -Ddisplay.speed=fps|ms Set display speed in milli seconds (ms) or frames per second (fps) (default: ms). -DJmolConsole=boolean Start with Jmol-console (default: true). -Dplugin.dir=path Set path to plugin directory (default: unset). By calling the shell wrapper /usr/bin/jmol, the directory is set to /usr/share/jmol. Plugins installed to ~/.jmol/plugins are automatically detected. FILES
~/.jmol/plugins Per-user plugin directory. SEE ALSO
More information about JMol can be found at http://jmol.sourceforge.net/ and in /usr/share/doc/jmol/html (User-Guide). AUTHORS
This manual page was written by Egon Willighagen <egonw@users.sourceforge.net> and Daniel Leidert <daniel.leidert@wgdd.de> for the Debian GNU/Linux distribution (but may be used by others). August 21, 2004 JMOL(1)
All times are GMT -4. The time now is 08:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy