Linux vs Windows 簡易 指令/命令 (Shell/Bat)對照表

Linux vs Windows 簡易 指令/命令 (Shell/Bat)對照表

Linux vs Windows 簡易 指令/命令 (Shell/Bat)對照表


資料來源:https://ithelp.ithome.com.tw/articles/10201755


Unix Windows 目的/功能 範例
exit exit 關閉視窗 exit
cd cd 進入目錄 cd ..
mkdir md 建立目錄 mkdir hello
pwd cd 顯示目前目錄 pwd
env set 顯示目前環境變數 env
setenv set 設定環境變數 setenv l ls
date date/time 顯示時間 date
mv ren 移動,重新命名檔案 mv .test .new.cp
man help 指令查詢 man ls
rm del 刪除檔案 rm test.txt
cat/more type 顯示檔案內容 more .test
ls dir 顯示檔案 ls
lp print 列印檔案 lp .test
cp copy 複製檔案 cp .test newfile

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *