1. 命令:pwd(print working directory) 作用:顯示當(dāng)前所在的文件夾(或目錄)的位置(或叫路徑)寞蚌。 2. 命令:ls...

收錄了6篇文章 · 117人關(guān)注
1. 命令:pwd(print working directory) 作用:顯示當(dāng)前所在的文件夾(或目錄)的位置(或叫路徑)寞蚌。 2. 命令:ls...
Linux命令學(xué)習(xí) 記錄小白學(xué)習(xí)Linux的過程。 常用命令 man命令 常用工具命令 man命令是Linux下的幫助指令钠糊,通過man指令可以查...
1挟秤、從firefox中提取cookie grep -oP '"url":"\K[^"]+' $(ls -t ~/.mozilla/firefox...
創(chuàng)建sample問價(jià)為例: [root@log ~]#cat sample.txtSample Line 1Sample Line 2Sampl...
1、清除文件中的注釋 sed -i -e '/^#[^!].*/d' -e 's/\(.*[^!]\)#.*[^}]/\1/' file 2抄伍、刪...
1艘刚、查找重復(fù)的文件(基于md5) find -type f -exec md5sum '{}' ';' | sort | uniq --all-...