<div dir="ltr"><p style="box-sizing:border-box;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;margin-top:0px">Hi everyone,<br style="box-sizing:border-box">I want to delete multiple http caches from freeswitch in one command instead of one command for each file. Is there any way to do that? I tried a separate the files with '&' or ' ', but it does not work. Like below: </p><p style="box-sizing:border-box;margin-top:0px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;margin-bottom:0px">->http_remove_cache <a rel="nofollow" href="http://example.com/media/hello_world.wav&http_remove_cache" target="_blank" style="box-sizing:border-box;background-color:transparent;text-decoration-line:none">http://example.com/media/hello_world.wav&http_remove_cache</a> <a rel="nofollow" href="http://example.com/media/hello_world_2.wav" target="_blank" style="box-sizing:border-box;background-color:transparent;text-decoration-line:none">http://example.com/media/hello_world_2.wav</a><br style="box-sizing:border-box">Or<br style="box-sizing:border-box">->http_remove_cache <a rel="nofollow" href="http://example.com/media/hello_world.wav&http://example.com/media/hello_world_2.wav" target="_blank" style="box-sizing:border-box;background-color:transparent;text-decoration-line:none">http://example.com/media/hello_world.wav&http://example.com/media/hello_world_2.wav</a><br><br>Regards Yusuf</p></div>