Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Error in ksh script: missing right bracket Post 303038818 by NullPtr on Saturday 14th of September 2019 12:08:02 PM
Old 09-14-2019
Error in ksh script: missing right bracket

I have no idea how to write ksh script, but i'm really in need of help with this. I using fedora 30 and in attempt of runnig attached script i getting those errors, i solved first error by removing excess bracket, but i do not know what should i do with other. Pls sorry for trash post.

Error in ksh script: missing right bracket-photo_2019-09-13_18-03-45jpg


Error in ksh script: missing right bracket-screenshot-2019-09-14-19-03-26png
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

error in ksh script

Hi, i am facing an error in the following script in the korn shell but in bash it is working , can any help me to convert the below script to korn shell script without errors. echo 123.4566 | bc -l | awk -F '.' '{ print $1; exit; }' Thanks in advance kamal (5 Replies)
Discussion started by: G.K.K
5 Replies

2. Shell Programming and Scripting

ksh/awk help - output missing numbers

Here is what I am trying to do: I have a list of numbers that I pulled from an awk command in a column like so: 1 3 4 7 8 I want to find which numbers in the list are missing out of a range. So let's say I want to find out from the list above which numbers are missing from the... (6 Replies)
Discussion started by: afavis
6 Replies

3. Shell Programming and Scripting

Bash script error: missing destination file name operand.

Ok, i've been messing around in debian the past few days, setting up programs like subversion, mysql and logrotate. The purpose of this script is to use subversion to backup the binary logs. It runs in the cron every 2 hours or so (although I can't get my script to run properly atm, which is why... (1 Reply)
Discussion started by: cganly
1 Replies

4. Shell Programming and Scripting

Expect Script square bracket dollar prompt

Hi Thanks for this amazing forum first, I've been searching answers in it for problems that I've encountered at work. The only problem I haven't been able to find a fix for, is a ever waiting for prompt problem in Expect when encounter a $ prompt. I usually set the timeout to -1 cause the... (2 Replies)
Discussion started by: Ikaro0
2 Replies

5. Shell Programming and Scripting

Missing ] error in csh script

The below script gives error: Missing ] #!/bin/csh set MAX=15 set PATTERN='dtsession' set NUM=`ps -eaf | grep -c $PATTERN` echo "No of dtsession = "$NUM if then echo 'Quota exceeded permissible limit' echo 'sending mail...............' mail hiten.r.chauhan@gmail.com<<EOF ... (2 Replies)
Discussion started by: hiten.r.chauhan
2 Replies

6. Shell Programming and Scripting

Double bracket giving error

here is a small script I wrote: #! /bin/bash if ] then echo "argument is null" fi It is giving error: test.sh: any idea, why is it so? (2 Replies)
Discussion started by: vina201unx2011
2 Replies

7. Shell Programming and Scripting

Ksh Shell Script Error

Hi, While running below code i am getting error as below 0403-004 Specify a parameter with this command. Please look it below code and let me know about if condition. Code is As below #!/usr/bin/ksh Infa_Src_Dir=$DIR/SrcFiles/pp Load_Info_Lst_Path=$DIR/SrcFiles/pp... (1 Reply)
Discussion started by: samadhanpatil
1 Replies

8. Shell Programming and Scripting

ksh, difference between double bracket and single bracket

Can somebody tell me the difference between double brackets and single brackets, when doing a test. I have always been acustomed to using single brackets and have not encountered any issues to date. Why would somebody use double brackets. Ie if ] vs if Thanks to... (2 Replies)
Discussion started by: BeefStu
2 Replies

9. Red Hat

Missing period files in ksh

Hi Guys :) while trying to set the paths for Oracle, sqlplus etc. I have been trying to find dot files (.profile or .kshrc or .bashrc or .cshrc or .login or .bash_profile or similar files) to append new paths so that I can connect to oracle from a shell script (RedHat 6.3 with KSH shell). But I... (6 Replies)
Discussion started by: Pradeep Jangra
6 Replies

10. UNIX for Beginners Questions & Answers

Compilation error character is missing-UNIX shell script

Dear Friends, Regarding Compilation error character is missing-unix shell script I am new to unix shell script. My requirement is --I need to find out 3 files in my UBM unix directory,if any one(CMUSER) file is available means,then i need to exit from my unix script, Below is my unix... (2 Replies)
Discussion started by: Joseph2017
2 Replies
DEVD.CONF(5)						      BSD File Formats Manual						      DEVD.CONF(5)

NAME
devd.conf -- configuration file for devd(8) DESCRIPTION
General Syntax A devd(8) configuration consists of two general features, statements and comments. All statements end with a semicolon. Many statements can contain substatements, which are also terminated with a semicolon. The following statements are supported: attach Specifies various matching criteria and actions to perform when a newly attached device matches said criteria. detach Specifies various matching criteria and actions to perform when a newly detached device matches said criteria. nomatch Specifies various matching criteria and actions to perform when no device driver currently loaded in the kernel claims a (new) device. notify Specifies various matching criteria and actions to perform when the kernel sends an event notification to userland. options Specifies various options and parameters for the operation of devd(8). Statements may occur in any order in the configuration file, and may be repeated as often as required. Further details on the syntax and meaning of each statement and their substatements are explained below. Each statement, except options has a priority (an arbitrary number) associated with it, where '0' is defined as the lowest priority. If two statements match the same event, only the action of the statement with highest priority will be executed. In this way generic statements can be overridden for devices or notifications that require special attention. The general syntax of a statement is: statement priority { substatement "value"; ... substatement "value"; }; Sub-statements The following sub-statements are supported within the options statement. directory "/some/path"; Adds the given directory to the list of directories from which devd(8) will read all files named "*.conf" as further configuration files. Any number of directory statements can be used. pid-file "/var/run/devd.pid"; Specifies PID file. set regexp-name "(some|regexp)"; Creates a regular expression and assigns it to the variable regexp-name. The variable is available throughout the rest of the configuration file. If the string begins with '!', it matches if the regular expression formed by the rest of the string does not match. All regular expressions have an implicit '^$' around them. The following sub-statements are supported within the attach and detach statements. action "command"; Command to execute upon a successful match. Example ``/etc/pccard_ether $device-name start''. class "string"; This is shorthand for ``match "class" "string"''. device-name "string"; This is shorthand for ``match "device-name" "string"''. This matches a device named string, which is allowed to be a regular expression or a variable previously created containing a regular expression. The ``device-name'' variable is available for later use with the action statement. match "variable" "value"; Matches the content of value against variable; the content of value may be a regular expression. Not required during attach nor detach events since the device-name statement takes care of all device matching. For a partial list of variables, see below. media-type "string"; For network devices, media-type will match devices that have the given media type. Valid media types are: ``Ethernet'', ``Tokenring'', ``FDDI'', ``802.11'', and ``ATM''. subdevice "string"; This is shorthand for ``match "subdevice" "string"''. The following sub-statements are supported within the nomatch statement. action "command"; Same as above. match "variable" "value"; Matches the content of value against variable; the content of value may be a regular expression. For a partial list of variables, see below. The following sub-statements are supported within the notify statement. The ``notify'' variable is available inside this statement and con- tains, a value, depending on which system and subsystem that delivered the event. action "command"; Command to execute upon a successful match. Example ``/etc/rc.d/power_profile $notify''. match "system | subsystem | type | notify" "value"; Any number of match statements can exist within a notify statement; value can be either a fixed string or a regular expression. Below is a list of available systems, subsystems, and types. media-type "string"; See above. Variables that can be used with the match statement A partial list of variables and their possible values that can be used together with the match statement. Variable Description bus Device name of parent bus. cdev Device node path if one is created by the devfs(5) filesystem. cisproduct CIS-product. cisvendor CIS-vendor. class Device class. device Device ID. devclass Device Class (USB) devsubclass Device Sub-class (USB) device-name Name of attached/detached device. endpoints Endpoint count (USB) function Card functions. interface Interface ID (USB) intclass Interface Class (USB) intprotocol Interface Protocol (USB) intsubclass Interface Sub-class (USB) manufacturer Manufacturer ID (pccard). mode Peripheral mode (USB) notify Match the value of the ``notify'' variable. parent Parent device port Hub port number (USB) product Product ID (pccard/USB). release Hardware revision (USB) sernum Serial Number (USB). slot Card slot. subvendor Sub-vendor ID. subdevice Sub-device ID. subsystem Matches a subsystem of a system, see below. system Matches a system type, see below. type Type of notification, see below. vendor Vendor ID. Notify matching A partial list of systems, subsystems, and types used within the notify mechanism. System ACPI Events related to the ACPI subsystem. Subsystem ACAD AC line state ($notify=0x00 is offline, 0x01 is online). Button Button state ($notify=0x00 is power, 0x01 is sleep). CMBAT Battery events. Lid Lid state ($notify=0x00 is closed, 0x01 is open). PROCESSOR Processor state/configuration ($notify=0x81 is a change in available Cx states). Thermal Thermal zone events. IFNET Events related to the network subsystem. Subsystem interface The ``subsystem'' is the actual name of the network interface on which the event took place. Type LINK_UP Carrier status changed to UP. LINK_DOWN Carrier status changed to DOWN. ATTACH The network interface is attached to the system. DETACH The network interface is detached from the system. DEVFS Events related to the devfs(5) filesystem. Subsystem CDEV Type CREATE The devfs(5) node is created. DESTROY The devfs(5) node is destroyed. GEOM Events related to the geom(4) framework. The difference compared to DEVFS is that GEOM only includes disk-like devices. Subsystem DEV Type CREATE A geom(4) device node is created. DESTROY A geom(4) device node is destroyed. MEDIACHANGE Physical media has changed. USB Events related to the USB subsystem. Subsystem DEVICE Type ATTACH USB device is attached to the system. DETACH USB device is detached from the system. INTERFACE Type ATTACH USB interface is attached to a device. DETACH USB interface is detached from a device. coretemp Events related to the coretemp(4) device. Subsystem Thermal Notification that the CPU core has reached critical temperature. Type temperature String containing the temperature of the core that has become too hot. kern Events related to the kernel. Subsystem power Information about the state of the system. Type resume Notification that the system has woken from the suspended state. A link state change to UP on the interface ``fxp0'' would result in the following notify event: system=IFNET, subsystem=fxp0, type=LINK_UP An AC line state change to ``offline'' would result in the following event: system=ACPI, subsystem=ACAD, notify=0x00 Comments Comments may appear anywhere that whitespace may appear in a configuration file. To appeal to programmers of all kinds, they can be written in C, C++, or shell/Perl constructs. C-style comments start with the two characters '/*' (slash, star) and end with '*/' (star, slash). Because they are completely delimited with these characters, they can be used to comment only a portion of a line or to span multiple lines. C-style comments cannot be nested. For example, the following is not valid because the entire comment ends with the first '*/': /* This is the start of a comment. This is still part of the comment. /* This is an incorrect attempt at nesting a comment. */ This is no longer in any comment. */ C++-style comments start with the two characters '//' (slash, slash) and continue to the end of the physical line. They cannot be continued across multiple physical lines; to have one logical comment span multiple lines, each line must use the '//' pair. For example: // This is the start of a comment. The next line // is a new comment, even though it is logically // part of the previous comment. FILES
/etc/devd.conf The devd(8) configuration file. EXAMPLES
# # This will catch link down events on the interfaces fxp0 and ath0 # notify 0 { match "system" "IFNET"; match "subsystem" "(fxp0|ath0)"; match "type" "LINK_DOWN"; action "logger $subsystem is DOWN"; }; # # Match lid open/close events # These can be combined to a single event, by passing the # value of $notify to the external script. # notify 0 { match "system" "ACPI"; match "subsystem" "Lid"; match "notify" "0x00"; action "logger Lid closed, we can sleep now!"; }; notify 0 { match "system" "ACPI"; match "subsystem" "Lid"; match "notify" "0x01"; action "logger Lid opened, the sleeper must awaken!"; }; # # Match a USB device type # notify 0 { match "system" "USB"; match "subsystem" "INTERFACE"; match "type" "ATTACH"; match "intclass" "0x0e"; action "logger USB video device attached"; }; # # Try to configure ath and wi devices with pccard_ether # as they are attached. # attach 0 { device-name "(ath|wi)[0-9]+"; action "/etc/pccard_ether $device-name start"; }; # # Stop ath and wi devices as they are detached from # the system. # detach 0 { device-name "(ath|wi)[0-9]+"; action "/etc/pccard_ether $device-name stop"; }; The installed /etc/devd.conf has many additional examples. SEE ALSO
coretemp(4), devfs(5), re_format(7), devd(8) BSD
January 14, 2015 BSD
All times are GMT -4. The time now is 01:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy