You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "INFO indexleri temizleyip, search yap, data file counter>0 kontrolu gerceklestir. Eger data file counter 0'dan buyukse index'ler kullanilmiyor demektir."
./qactl -d "2021/12/31 11:00" 60
for searchid in $(./qactl -listallsearches |grep 551955 | cut -d';' -f2 |cut -d'=' -f2); do ./qactl -deletesearch $searchid; done;