The following command gives a result as per query in the command line :
influx -host your_host -port 8086 -database 'your_db' -execute 'select * from your_metric' -format 'csv'
But I want to save these results on my system as raw .csv files. Is there a way ?