码迷,mamicode.com
首页 > 其他好文 > 详细

基础命令

时间:2019-05-16 09:18:49      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:bsp   time   详细   基础   style   基础命令   tla   whatis   class   

date --­­help
date  +%T
15:04:58
whatis date
date (1)             - print or set the system date and time

man date
获取详细的命令解释

cd ~/wntlab
//新建文件夹
mkdir example
//新建文件
touch b c
//复制文本内容
cp  b c//把  b的内容复制给 c 

cp  b a/  //把 文件b复制到文件夹a的目录下
cp c d a/     /把 文件从c,d复制到文件夹a的目录下


移动文件
//原来的文件不在了
mv  b a/

rm  b  
rm -r a/    //移除文件夹要加上  -r

 

基础命令

标签:bsp   time   详细   基础   style   基础命令   tla   whatis   class   

原文地址:https://www.cnblogs.com/tingtin/p/10873536.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!