20个令人惊叹的深度学习应用(Demo+Paper+Code)
推荐~~~
ubuntu命令大全
创建新的文件夹
mkdir <document name>. 例子: mkdir orange ->创建一个名字为orange的文件夹。在当前路径下奥。
mkdir --h 帮助理解命令,在命令后面加上--h。
删除文件夹实例:
rm -rf /var/log/httpd/access
将会删除/var/log/httpd/access目录以及其下所有文件、文件夹
2、删除文件使用实例:
rm -f /var/log/httpd/access.log
将会强制删除/var/log/httpd/access.log这个文件
文件重命名:
mv----将文件test 重命名为tes:
mv test tes
SSH的复制命令,就是复制命令代码到shell里面,不用右键复制的
Ctrl+insert 复制
Shift+insert 粘贴
Shift+delete 剪切
那么在ubuntu中的复制命令累
cp命令
cp test hello 将当前目录下的test文件夹复制到到hello下
ubuntu中的移动
mv test hello 将当前目录下的test文件夹移动到hello下