polcolomer / RandNetGen

Random network generator
GNU General Public License v3.0
16 stars 8 forks source link

Output folder and file name #10

Closed darjacvetkovic closed 1 year ago

darjacvetkovic commented 1 year ago

Hi, thank you for the code! I was wondering if there is a way to specify the output file directory, and/or the file name, without changing the source code? ( I'm unfamiliar with C syntax )

polcolomer commented 1 year ago

Hi darja,

Thanks for your interes in randnetgen. Im sorry but there is no parameter to set the outputfile name without changinf the C source code. However, you can always, change the name by hand, or by a bash script that call randnetgen and then change automatically the name of the outputfile.

Hope that helps

Pol

El dv., 18 de nov. 2022, 21:00, Darja Cvetkovic @.***> va escriure:

Hi, thank you for the code! I was wondering if there is a way to specify the output file directory, and/or the file name, without changing the source code? ( I'm unfamiliar with C syntax )

— Reply to this email directly, view it on GitHub https://github.com/polcolomer/RandNetGen/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6XQMUFDPSJAOAWD7M4LHDWI7N53ANCNFSM6AAAAAASE2SPPI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

darjacvetkovic commented 1 year ago

Thank you for the quick response and advice! Yes, I figured that I could do it in a bash script :) Thanks again!