elseif line:sub(-3) == 'cur' then
local old = io.popen("find " .. line .. " -type f -not -name '*:2,*S*' -printf a")
cnt_old = string.len(old:read("*all"))
elseif line:sub(-3) == 'cur' then
local old = io.popen("find " .. line .. " -type f -not -name '*:2,*S*' -printf a")
cnt_old = string.len(old:read("*all"))