B34A1030
Hi!
I'm using Business Function B34A1030 in JD Edwards EnterpriseOne 9.2 to perform external Operating System commands or execute external programs on a Linux Enterprise Server
Does anybody know if there are a similar Business Function from which I can return a result string?
Example:
I want to use command LS to find the first matching file in a path.
My current directory is /u01/e1interface/
There are two files in this directory
test.txt
tested.txt
Following command, ls -l -t | head -2 will return the first file test.txt if I execute this command from a command prompt