02 2018 档案
linux cp 和scp详解
摘要:linux之cp/scp命令+scp命令详解 名称:cp 使用权限:所有使用者 使用方式: cp [options] source dest cp [options] source... directory 说明:将一个档案拷贝至另一档案,或将数个档案拷贝至另一目录。 把计 -a 尽可能将档案状态、 阅读全文
posted @ 2018-02-28 10:36 cyqAkin 阅读(726) 评论(0) 推荐(0) 编辑
php CURL请求
摘要://自定义通用curl操作public static function makeCurl($url,$request='',$user_agent='',$headers='',$only_headers=''){ $ch = curl_init();//初始化 curl_setopt($ch,CU 阅读全文
posted @ 2018-02-26 17:48 cyqAkin 阅读(126) 评论(0) 推荐(0) 编辑
linux文件查询统计常用命令集合
摘要:统计某字符串在文件中出现的总行数cat vsftpd.log|grep "OK DELETE: Client \"127.0.0.1\", \"//ids/20191116"|wc -l 查看当前目录下的文件数量find ./ -type f | wc -l 查找目录下的所有文件中是否含有某个字符串 阅读全文
posted @ 2018-02-06 11:48 cyqAkin 阅读(1049) 评论(0) 推荐(0) 编辑