http://perldoc.perl.org/functions/unlink.html

# del 1 file

unlink '123.txt';
unlink('123.txt');

# del n file use *

unlink <*.txt>

# del more file

unlink '123.txt', '456.txt';
arrow
arrow
    全站熱搜

    付爸爸 發表在 痞客邦 留言(0) 人氣()