Hi. I just downloaded JaVaFo from the web page http://www.rrweb.org/javafo/aum/JaVaFo2_AUM.htm
I am on linux
On that web page the documentation says that, in order to run the javafo command, you have to create a batch file named "javafo.bat" with the following string inside
@java -ea -jar path/to/file/javafo.jar %*
On Windows all goes well, a friend of mine who is on Windows OS is able to run the command "javafo inputfile.txt -p outputfile.txt"
The problem is, according to what I could understand, batch files are NOT for linux (the corresponding file is the shell file .sh)
In my opinion I should convert the string from batch sintax to shell sintax but I am not understanding how and what to change into the string
Did anyone use once JaVaFo on linux and could give me some hints?
I am on linux
On that web page the documentation says that, in order to run the javafo command, you have to create a batch file named "javafo.bat" with the following string inside
@java -ea -jar path/to/file/javafo.jar %*
On Windows all goes well, a friend of mine who is on Windows OS is able to run the command "javafo inputfile.txt -p outputfile.txt"
The problem is, according to what I could understand, batch files are NOT for linux (the corresponding file is the shell file .sh)
In my opinion I should convert the string from batch sintax to shell sintax but I am not understanding how and what to change into the string
Did anyone use once JaVaFo on linux and could give me some hints?