Search Results

Search: Posts Made By: arod291
9,974
Posted By Chubler_XL
could be a PATH issue try fully pathing your...
could be a PATH issue try fully pathing your script:

proc = subprocess.Popen(['/usr/bin/bash /home/arod291/scripts/PDFGenerator.sh '+str(args)], stdout=subprocess.PIPE, shell = True)Check your...
2,844
Posted By Corona688
$@ is a special variable meaning "all arguments"....
$@ is a special variable meaning "all arguments".

Piping java's output through tail -1 gets you the last line and only the last line.
2,844
Posted By Chubler_XL
As the others said we may need the full script to...
As the others said we may need the full script to determine what you are trying to do. I believe the posted line runs java PDFGenerator and captures the last line of output in the variable args.
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy