Microsoft
Software
Hardware
Network
Question : bash generate code from embedded code
hi!
i need to generate code inside my own bash script. I'll try to explain myself with an example:
case $A in
"A")
LIST="`for RS in ${ARRAY1[@]}; do if [ "$RS" == "lalala" ]; then echo "yes"; fi; done`
and it will generate next stuff:
LIST="yes"
Is it possible? if yes... i'm doing it right?
Thanks in advance!
Answer : bash generate code from embedded code
You may return first the path/url of the file with some messages (size, filename,...) to the browser then the browser receiving a valid message and url start downloading the file with the url provided
Random Solutions
Sorting to Excel workbook to different sheets
navigation buttons wrapping funny
Terminal Server Printing
fully uninstall Acrobat 8.2.2
Can't boot up my XP system to safe mode, why?
interpreting C++ code into VB.NET
Send Mail Using gmail pop3 in VB.Net
WHAT IS PROTEGE?
Need a "quiz" application that saves to a database
Excel/csv, move rows to another sheet based on changing value in column