linux命令列常用命令
1.檢視檔案內容
cat -s 多個空格空行合併
-b 加行號顯示
nl 加行號
head -n 檔名(前幾行,預設10)
tail -n 檔名 (後幾行,預設10)
2.cp複製
example:
cp test.c test4.c 同資料夾複製
cp test.c …/ 相對路徑複製至上一級
cp test.c /home/linux 絕對路徑複製到上一級
cp 【option】file1 file2 destination
-i 覆蓋時互動提醒
-r 對資料夾遞迴,複製資料夾
3.mv移動
mv 【option】file destination
移動多個資料夾
mv 【option】file1 file2 destination
4.touch建立和更新時間戳
touch hello.c
5.rm 刪除檔案
rm 【option】
example:
rm -i file 刪除檔案
rm -r director 刪除資料夾
6.mkdir 建立資料夾
example:
mkdir d2 建立d2資料夾
mkdir -p d2/d22 -p階級建立
Linux常用命令行
一 linux常用命令行 目錄操作命令 01.pwd 功能 檢視當前工作目錄 格式 pwd 選項 02.cd 功能 切換目錄 格式 cd 目標目錄 03.ls 功能 顯示目錄 格式 ls 選項 目錄 選項 a 列出所有檔案 包括隱藏檔案 l 列出檔案的詳細資訊 命令縮寫 ll 04.mkdir 功能...
Linux常用命令行
1.cd foldername 資料夾名 切換到當前資料夾 2.ls 列出 上述 資料夾中所有的檔案 和上述1配合前後使用 3.pwd 檢視當前工作目錄路徑 4.mkdir 建立資料夾 例項 mkdir foldername 在當前目錄下建立名為foleder的資料夾 mkdir p tmp tes...
Linux 常用命令行
grep nr the key works tar zcvf filename.tar.gz dirnametar zxvf filename.tar.gznohup test.sh nohup luigi module folder 1.folder 2.file schedulejob data...