Re: Run command on sqlplus repetitively without reconnection

  • From: "Radoulov, Dimitre" <cichomitiko@xxxxxxxxx>
  • To: "David Taft" <oradbt054@xxxxxxxxx>
  • Date: Wed, 23 May 2007 16:23:48 +0200

[...]
} The part I'm not completely sure about is the double-dash (--). 
[...]

"--" separates options from arguments:


$ print "-1"
ksh: print: -1: unknown option
$ print -- "-1"
-1


Regards
Dimitre

Other related posts: