Archives : May-2019

Home » 2019 » May (paged 3)

I have a simple bash script it will take arguments from a file that has quotes.my file arg.txt would be this-lt *.txtmy script file would be LS_ARG=`cat arg.txt`ls $LS_ARGit does not run properly: sh -x ./arg.sh++ cat arg.txt+ LS_ARG=-lt *.txt+ ls ..

Read more

all!Im getting:Error: JavaFX runtime components are missing, and are required to run this applicationfor a certain Java app.Im hoping someone can tell me what bits and pieces I need to install(and maybe where to find them) so I can satisfy that a..

Read more