摘要: grep 筛选行 awk 截取列 [root@localhost tmp]# cat student.txt ID Name gender mark 1 sl M 89 2 hus M 90 3 sd M 99 [root@localhost tmp]# awk '{printf $2 "\t" $ 阅读全文
posted @ 2022-04-27 16:12 雷雨客 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1、获取文件类型 [root@localhost ~]# filename="/root/data/aa.gz" [root@localhost ~]# echo ${filename##*.} gz [root@localhost ~]# filename="/root/data/aa.dat" 阅读全文
posted @ 2022-04-27 15:59 雷雨客 阅读(4) 评论(0) 推荐(0) 编辑
摘要: create or replace procedure mytest is i int; t int; temp int; goodsnum varchar(15); begin i := 1; --开始 t := 1000; --总数 temp = i + t; while i < temp lo 阅读全文
posted @ 2022-04-27 15:57 雷雨客 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 新建Notepad++.reg,双击运行 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\NotePad++] @="Notepad++" "Icon"="D:\\software\\notepad7.6.4x64\\n 阅读全文
posted @ 2022-04-27 15:54 雷雨客 阅读(454) 评论(0) 推荐(0) 编辑