Linux培訓之批量刪除文件命令

   第一種:spa

    rm-fa*.logorm

    若是數量太大此方法可能會不成功。ci

    第二種:get

    ls*.log|xargsrm-fit

    第三種:test

    find.-name"a_*"|xargsrm-r搜索

    相關命令:方法

    列出搜索到的文件margin

    find.-name"shuaige.txt"-execls{}\\;top

    批量刪除搜索到的文件

    find.-name"shuaige.txt"-execrm-f{}\\;

    刪除前有提示

    find.-name"shuaige.txt"-okrm-rf{}\\;

    刪除當前目錄下面全部test文件夾下面的文件

    find.-name"test"-typed-execrm-rf{}\\;

   但願這篇文章能夠帶給你們幫助, 若想了解更多相關知識請進入希賽系統學院!   

相關文章
相關標籤/搜索