Closed MartinKolarik closed 1 year ago
When using perfops curl with limit > 1 the potentially long responses need to be separated manually. It would be great if we could provide an option like --out file.txt and it would save each response separately to file-1.txt, file-2.txt, etc.
perfops curl
limit
--out file.txt
file-1.txt
file-2.txt
When using
perfops curl
withlimit
> 1 the potentially long responses need to be separated manually. It would be great if we could provide an option like--out file.txt
and it would save each response separately tofile-1.txt
,file-2.txt
, etc.