how can i open an image in oracle in bash?
begin v_jobname := upper('DEMO_SCHEDULED_EXTERNAL_SCRIPT_NO_ERROR'); v_good_script := 'setsid firefox img.svg echo "Job ok!"';
firefox img.svg doesn't work.
firefox img.svg
I thought this might be because the console closes immediately. But; setsid firefox img.svg also does not work
setsid firefox img.svg
1.4m articles
1.4m replys
5 comments
57.0k users