DOS的最基本操作命令(個人總結)

2021-10-08 04:33:59 字數 928 閱讀 9254

windows+r+cmd進入命令介面

cls 清屏

md 建立新目錄

cd 改變/進入目標目錄

cd \    切換到磁碟根目錄

cd ..   返回上一層目錄

dir 列出目錄內容

dir c:\   檢視c盤內容 \不能省略

dir /s    遞迴顯示目錄中所有的子目錄和檔案

tree /f  目錄名

以倒立樹的形式顯示目錄中的內容

/f表示顯示檔案,預設只顯示目錄

ren 源目錄名 新目錄名

改名xcopy 源目錄名 新目錄名\

注意最後目錄後加乙個斜槓

/e複製目錄和子目錄,包括空的

move 源目錄名 新目錄名

移動目錄

改名rd /s/q 目錄名

刪除目錄

/s:遞迴

/q:不需確認

檔案操作命令

碟符:>檔名

建立乙個新檔案

echo 文字

將文字顯示到螢幕(回顯)

type 檔名

顯示文字檔案內容

ren 原檔名 新檔名

修改檔名

若提示拒絕訪問,看一下是否在目錄中

copy 源檔名 目的檔名

拷貝檔案

move 源檔名 目的檔名

移動檔案或重新命名檔案

del 檔名

刪除檔案

more 檔名

分屏顯示檔案內容

萬用字元* 代替0個或多個字元

?代替0個或單個字元

管道命令 

> 將命令輸出寫入到檔案或裝置(如印表機)中       覆蓋

>>將命令輸出新增到檔案末尾

|  從乙個命令中讀取輸出並將其寫入另乙個命令的輸入中

基本的dos操作命令

d 回車 碟符切換 dir directory 列出當前目錄下的檔案以及資料夾 md make directory 建立目錄 rd remove directory 刪除目錄 cd change directory 改變指定目錄 進入指定目錄 cd.退回到上一級目錄 cd 退回到根目錄 del de...

最基本的操作

關於目錄的獲取 獲取沙盒目錄 算是跟目錄吧 nshomedirectory 獲取document目錄 常用 let paths nssearchpathfordirectoriesindomains documentdirectory,userdomainmask,true first 或者 fil...

HDFS最基本的操作命令 和基本配置

1.hdfs集群修改secondarynamenode位置到hd09 2 1 修改hdfs site.xml 配置元資料儲存位置 dfs.namenode.name.dir root hd dfs name 配置資料儲存位置 2 分發hdfs site.xml到其他伺服器 cd root hd ha...