一键在Windows中使用ls/cp/rm/mv/pwd/sudo/ps/grep等linuxe命令: 1. 将压缩包解压至用户文件夹中,如C:\Users\Vexxar\ 2. 运行linux_cmd.reg 成功添加注册表信息后运行WIN+R运行cmd 显示"with Linux bash command"表示加载成功, 可在windows cmd环境下使用linux命令行。 欢迎大家指正
2022-05-28 14:00:40 670B windows 源码软件 Linux bash
1
在服务器运维过程中,经常需要对服务器的各种资源进行监控,例如:CPU的负载监控,磁盘的使用率监控,进程数目监控等等,以在系统出现异常时及时报警,通知系统管理员。本文介绍在Linux系统下几种常见的监控需求及其shell脚本的编写。 文章目录: 1.Linux使用 Shell 检查进程是否存在 2.Linux使用 Shell检测进程 CPU 利用率 3.Linux使用 Shell检测进程内存使用量 4.Linux使用 Shell检测进程句柄使用量 5.Linux使用 Shell查看某个 TCP 或 UDP 端口是否在监听 6.Linux使用 Shell查看某个进程名正在运行的个数 7.Linux
2022-05-10 10:54:14 99KB awk命令 cpu参数 grep
1
inux中的文本处理工具,grep、sed、awk,也称之为三剑客,熟练的使用,对文本内容搜索、编辑等任务能够提升效率。grep/egrep/fgrep:文本过滤工具;sed:流编辑器;awk:文本报告生成器 ,格式化文本,3个开发者的名字缩写,也是一门完整的编程语言。
2022-05-02 18:09:49 974KB grep awk sed
1
# 本文是已文件为例子,中文数字组合格式支持两种,如69--->六十九或者六九。大小写可自行替换 # 用按字符提取转换,如一百二十四 提取到 1 100 2 10 4, # ----> 1*100+2*10+4,偶数位必定是能==0, #测试了下,十亿,百亿都可以转
2022-03-21 21:12:50 1KB awk sed grep
1
这个代码是自定义的Linux下的grep命令实现文件内容的查找,并罗列行数。Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。
2022-02-28 16:02:22 2KB grep
1
grep,sed,awk命令实例大练习,好东西大家分享
2022-02-01 21:21:27 28KB grep sed awk
1
Grep就不用说了,他在Unix下要是鼎鼎大名名的字符串搜索工具,支持正则表达式。WindowsGrep是windows下的移植版本之一。 网上流传的主要是一个2007年十月的一个版和相应的破解补丁。而官网上最新版为 version 2.3 (730Kb, .exe) Build 2.3.0.2403 (released 13th January 2009) 经测试,使用2007年十月的破解补丁并不能破解WindowsGrep 2.3.0.2403。所以我将注册码与最新版的软件发布上来。 您也可以从官网下载最新版,然后使用此注册码注册。下载链接为http://www.wingrep.com/download.htm
2022-01-10 22:23:24 702KB Grep 注册 破解
1
Paragraph grep tool. 进行段搜索的grep工具。默认以空行为段分隔符,并可以自己通过-p参数指定。使用方法与经典grep相同,只是从grep的行搜索变为段搜索。 此版本为Windows下的安装版本,安装后即可从命令行窗口中通过pgrep命令调用。附带源代码。 使用帮助 ------------------------------------ pgrep v1.00.x071127 by Programus (programus@gmail.com) ------------------------------------ An open source and free command line grep like tool. It prints out the paragraphs which contains the pattern instead of lines. Usage: pgrep [OPTION]... PATTERN [FILE] ... python pgrep [OPTION]... PATTERN [FILE] ... Search for PATTERN in each FILE or standard input and output a paragraph separated by separator. Example: python pgrep.py -i 'hello world' menu.h main.c OPTIONS: -c, --count Suppress normal output; instead print a count of matching lines for each input file. With the -v, --invert-match option, count non-matching lines. -e, --regexp=PATTERN Use pattern as the pattern; useful to protect patterns beginning with a -. -f, --file=FILE Obtain patterns from file, one per line. The empty file contains zero patterns, and therefore matches nothing. -h, --help Print this help -i, --ignore-case Ignore case distinctions in both the pattern and the input files. -l, --files-with-matches Suppress normal output; instead print the name of each input file from which output would normally have been printed. The scanning of every file will stop on the first match. -p, --separator=SEPARATOR Specify a separator. The default separator is '\n\s*\n'. -v, --invert-match Invert the sense of matching, to select non-matching parts.
2021-12-19 12:05:44 1.66MB cui grep python search
1
Shell脚本开发从0开始
2021-12-16 13:00:40 43.26MB shell linux awk grep
1
grep-2.20-3.el7.x86_64.rpm
2021-11-30 22:01:58 344KB