博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
2.Moving Problematic Files To A Separate Folder
阅读量:6860 次
发布时间:2019-06-26

本文共 891 字,大约阅读时间需要 2 分钟。

hot3.png

There are 5 datasets in your home directory and while all datasets are actually CSV formatted and should have the .csv file extension, 3 files have issues with their file extensions. Let's move the problematic files into their own directory.

Instructions

  • Move all the files that don't have .csv as the file extension to a new folder called problematic.

~$ mkdir /home/dq/problematic ~$ mv /home/dq/crime_rates.json /home/dq/problematic/crime_rates.json ~$ mv /home/dq/forest_fires.cssv /home/dq/problematic/forest_fires.cssv ~$ mv /home/dq/legislators /home/dq/problematic/legislators

 

/home/dq$ mkdir /home/dq/problematic                                            

/home/dq$ mv /home/dq/crime_rates.json /home/dq/problematic/crime_rates.json    

/home/dq$ mv /home/dq/forest_fires.cssv /home/dq/problematic/forest_fires.cssv  

/home/dq$ mv /home/dq/legislators /home/dq/problematic/legislators  

转载于:https://my.oschina.net/Bettyty/blog/746476

你可能感兴趣的文章
在windows server 2012 R2 hyper-v 上布署 Citrix XenDesktop 7.6 (前言)
查看>>
编译Linux内核4.6.3使其支持NTFS文件系统
查看>>
统计php程序运行时间
查看>>
Linux 的安装(一)
查看>>
rsync安装配置
查看>>
Linux Centos关机命令
查看>>
westos测试2及重点提及
查看>>
我的友情链接
查看>>
Lync2013 for win2008 r2安装心得
查看>>
分享个做项目遇到的:QSortFilterProxyModel实现QTreeView的过滤的缺...
查看>>
vim粘贴板
查看>>
Oracle重量级表的优化查询处理
查看>>
软件包管理器
查看>>
cactiEZ不显示图像的问题
查看>>
Debian wheezy下通过apt安装nginx
查看>>
Symantec备份之(3)安装Agent for linux server - 潜入技术的海洋
查看>>
看得清楚,活得明白
查看>>
Powershell 远程管理Exchange2010配置
查看>>
SCCM2012系列之二,SCCM2012部署前的Active Directory准备
查看>>
我的友情链接
查看>>