可以使用基于以下内容的变型:        

string $tmp =`file -q -sn`;
file -rename "tests" ; 
file -es;
file -rename $tmp;
,