随笔分类 -  Linux&Shell

摘要:Linux使用grep命令检索多个文件 点击查看代码 grep <searching string> <pattern searching file> 如果我要检索当前所有md文件中的Hello关键字,可以这么用 点击查看代码 $ grep Hello *.md a.md:Hello World! 阅读全文
posted @ 2023-03-29 11:18 一只艾米果 阅读(478) 评论(0) 推荐(0) 编辑
摘要:Git 全局设置: git config --global user.name "Nemo_bubu" git config --global user.email "7398267+nemo_bubu@user.noreply.gitee.com" 创建 git 仓库: mkdir lianxi2 阅读全文
posted @ 2022-06-20 14:49 一只艾米果 阅读(45) 评论(0) 推荐(0) 编辑
摘要:3个文件: tablesDDL.shtablesName.txt tablesName.txt dim_pub_bigarea_df dim_pub_bigarea_df_temp dim_pub_bus_pline_df dim_pub_business_industry_groups_class 阅读全文
posted @ 2022-06-16 16:31 一只艾米果 阅读(544) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/TedOne_LZ/article/details/89070786 阅读全文
posted @ 2022-03-09 22:08 一只艾米果 阅读(23) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/tongxiaoda/p/7454672.html 阅读全文
posted @ 2022-03-09 17:46 一只艾米果 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#显示行号:set nu#删除游标所在的一整行(常用)dd 阅读全文
posted @ 2022-03-07 15:57 一只艾米果 阅读(16) 评论(0) 推荐(0) 编辑
摘要:Linux 系统下的文件名长度最多可到256个字符。通常情况下,文件名的字符包括:字母、数字、“.”(点)、“_”(下划线)和“-”(连字符)。 Linux 允许在文件名中使用除上述符号之外的其它符号, 但并不建议用户这样做。 有些转意字符 (即该字符被系统借用,表示某种特殊含义) 在 Linux 阅读全文
posted @ 2019-06-25 11:14 一只艾米果 阅读(4093) 评论(0) 推荐(0) 编辑
摘要:1、文件描述符Linux系统预留可三个文件描述符:0、1和2,他们的意义如下所示:0——标准输入(stdin)1——标准输出(stdout)2——标准错误(stderr) 标准输出——stdout假设:在当前目录下,有且只有一个文件名称为123.txt的文件,这时我们运行这个命令【ls 123.tx 阅读全文
posted @ 2019-06-05 15:21 一只艾米果 阅读(2360) 评论(0) 推荐(0) 编辑
摘要:命令 功能应用 用法举例 free 查看内存使用情况,包括物理内存和虚拟内存 free -h或free -m vmstat 对系统的整体情况进行统计,包括内核进程、虚拟内存、磁盘、陷阱和 CPU 活动的... 阅读全文
posted @ 2019-04-16 21:50 一只艾米果 阅读(136) 评论(0) 推荐(0) 编辑
摘要:1.虚拟机上传下载组件( 支持从windows直接拖拽文件,相当好用) yum -y install lrzsz rz+文件名(上传) sz+文件名(下载) 2.gcc (nginx之类由c语言开发的,编译的时候需要用到) yum -y install gcc-c++ 3.PCRE (Perl库,包括 perl 兼容的正则表达式库) yum -y install pcre pcre-de... 阅读全文
posted @ 2019-04-16 21:32 一只艾米果 阅读(425) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示