Sponsored Content
Full Discussion: Question about Korn Shell
Top Forums Shell Programming and Scripting Question about Korn Shell Post 42800 by Latha Nair on Tuesday 4th of November 2003 03:05:50 PM
Old 11-04-2003
I had it as clsbks on both areas (in the go to statement and the label).

Thank you.
Latha
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Question variables Korn

I'm using the following command to test for certain characters in a script echo "${1}" | grep '\$' if (( ${?} == 0 )) then testing this script on the command line I have ksh -x script1.sh "xxxx$xxxx" this works fine but when I want to use ksh -x script1.sh "xxxx $xxx" the... (1 Reply)
Discussion started by: frank
1 Replies

2. Shell Programming and Scripting

AWK question in the KORN shell

Hi, I have two files with the following content: gmrd.txt 235649;03;2563;598 291802;00;2563;598 314634;00;235649;598 235649;03;2563;598 393692;00;2563;598 411805;00;2563;598 411805;00;2563;598 235649;03;2563;598 414037;00;2563;598 575200;00;2563;598 70710;00;2563;598... (11 Replies)
Discussion started by: penfold
11 Replies

3. Shell Programming and Scripting

how to convert from korn shell to normal shell with this code?

well i have this code here..and it works fine in kornshell.. #!/bin/ksh home=c:/..../ input=$1 sed '1,3d' $input > $1.out line="" cat $1.out | while read a do line="$line $a" done echo $line > $1 rm $1.out however...now i want it just in normal sh mode..how to convert this?... (21 Replies)
Discussion started by: forevercalz
21 Replies

4. Shell Programming and Scripting

Korn Shell Loop question

I'm needing help with assigning variables inside a while loop of ksh script. I have an input text file and ksh script below and I'm trying to create a script which will read the input file line by line, assign first and second word to variables and process the variables according to the contents. ... (4 Replies)
Discussion started by: stevefox
4 Replies

5. Shell Programming and Scripting

Korn Shell Coprocess Performance Question

I am wracking my brains over this. I am trying to use a Korn Shell script to execute an Oracle PL/SQL procedure, using the Oracle command line interface (sqlplus). The script starts sqlplus in a coprocess, and the two processes communicate using a two-way pipe. The bgnice option is off, so both... (8 Replies)
Discussion started by: Mark Puddephat
8 Replies

6. Shell Programming and Scripting

korn shell question

Hi all, I am trying to tweak my ksh , i am running V: Version M-11/16/88i I have my Backspace and up/down arrows working using the following code in my ~/.profile file. set -o emacs alias __A=$(print '\020' ) alias __B=$(print '\016' ) alias __C=$(print '\006' ) alias __D=$(print... (4 Replies)
Discussion started by: mich_elle
4 Replies

7. Shell Programming and Scripting

Korn shell and awk question

I am modifying a Korn shell script in using the Exceed (Solaris 10 environment). My task is to read in a .txt file with dates arranged like this (01-Sep-2006). I am to read each line and take the dates, compare them to a benchmark date and depending on if it is older than the date or the date and... (6 Replies)
Discussion started by: mastachef
6 Replies

8. AIX

AIX 4.2 Korn shell and grep question

Ho do I find out the verion of the Kron shell on my client`s system ? There is no one to ask. They are not knowledged enough (hard to believe but yes). Also, on that AIX 4.2, I am trying to figure out how to do a grep using a search patter like below but does not seam to work. The '*' do... (11 Replies)
Discussion started by: Browser_ice
11 Replies

9. Shell Programming and Scripting

Question about a simple Korn script

Hi to everybody! I want to write a simple script in ksh that decrypts and encrypts using the DES algorithm. There is no builtin function in UNIX : i have found only a function in openssl but i don't understand how to use it. The script must accept in input the plaitext and the DESKEY in... (2 Replies)
Discussion started by: kazikamuntu
2 Replies

10. Shell Programming and Scripting

korn shell remove files question

how do you show each filename in a giving directory and delete the specific file in korn script i was thinking using ls rm ? but i cant make it work (0 Replies)
Discussion started by: babuda0059
0 Replies
aephea-ref(7)							  MISCELLANEOUS 						     aephea-ref(7)

  NAME
      aephea-ref - A description of the Aephea definitions for referencing

  DESCRIPTION
      The  following  definitions  are	used  by  the  Aephea simpledocument class as well as the Portable Unix Documentation (pud) manual and faq
      classes (see pud-man(7) and pud-faq(7)).

  MACROS
      
efload#2
      
efloadx#2
	Both macros take as first argument a label that uniquely defines the reference.  The second argument  is  a  vararg  containing  key-value
	pairs.

	These macros are usually not needed in Aephea classes; they are lower level facilities.

      
ef#2
	The first argument is a label. The second argument should be a key associated with that label. The result is the value associated with the
	label/key pair.

	These macros are usually not needed in Aephea classes; they are lower level  facilities  used  by  high  level	Aephea	definitions  (e.g.
	iref#2, and secref#1).

      
efcaption#1
      
efnumber#1
      
eflevel#1
	The argument is a label. The result is respectively the caption, number, or level associated with that label.

      
eference#1
      
efer#1
	The  first associates a number with the label that is in the first argument, and prints it inbeween square brackets. The label is anchored
	to this location. The second outputs the associated number inbetween brackets, and makes it carry a link to the anchor. For example, I	am
	about to create a link [1] and another link [2] to the items appearing below.

	[1] The first reference.

	[2] The second reference.

	If you prefer another bibliography style, find the macros and adapt them according to your needs - they are very simple.

	
eference#2  currently  writes  data  to  the file \__fnbase__.zmr, to be read back in using a load{\__fnbase__.zmr} statement.  This is
	automatically done when using any of the Aephea classes.

  aephea-ref 1.002, 10-008					      8 Jan 2010						       aephea-ref(7)
All times are GMT -4. The time now is 12:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy