Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appendix:reference:envvar:shell [2011/03/15 17:43]
127.0.0.1 external edit
appendix:reference:envvar:shell [2016/06/28 22:38] (current)
Line 17: Line 17:
 ==== Shell Commands ==== ==== Shell Commands ====
  
-Omnidex allows shell commands to be used in place of environment variables as well.  This allows for the use of regular expressions, ​shell or perl scripts or other commands to be used when constructing a value. ​ This can be especially helpful for externalizing the metadata.+Omnidex allows shell commands to be used in place of environment variables as well.  This allows for the use of shell scripts, regular expressions ​or other commands to be used when constructing a value. ​ This can be especially helpful for externalizing the metadata.
  
 === Syntax === === Syntax ===
Line 26: Line 26:
  
   UNIX   UNIX
-  {(myshell.ksh)}+  {$(myshell.ksh)}
  
   Windows   Windows
-  {(myshell.bat)}+  {$(myshell.bat)}
  
  
Line 37: Line 37:
  
   UNIX   UNIX
-  {(echo `hostname`_`date '​+%Y%m%d'​`.log)}+  {$(echo `hostname`_`date '​+%Y%m%d'​`.log)}
  
  
 
Back to top
appendix/reference/envvar/shell.1300211030.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)