服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. Debian grep
  3. greprecursion独家search
Intereting Posts
在多个Mikrotik防火墙之间进行路由 从Task Scheduler运行时,Powershell会产生不同的结果 如何防止我的Windows服务器进行端口扫描 SQL2005卡在单一模式的用户 我可以在Nagios组中隐藏“没有匹配服务”的主机吗? 限制munin-node的shell命令(netcat) 如何将Apache默认页面redirect到“子目录” 在同一台服务器上configurationufw pptpd和dnsmasq Supermicro + IPMI + FreeBSD:内核以1-bps打印 xenserver – 添加辅助硬盘 哪个主机名放在/ etc / hostname中? 分区需要很长时间。 如何在此期间查看我的数据? 如何在RHEL中安装nf_conntrack模块 Cisco ASA 5510 nat Monit – 守护进程的非守护进程?

greprecursion独家search

我有我想在mydir/recursionsearch的文本。 我通常会inputgrep -r "text to find" mydir/"但是如果我想search除特定文件之外的所有文件,我会input什么内容?

例如,我不想search文件“myfile.txt”,但它包含在目录中。

我会input什么?

  • 我阻止了一个IP,但它仍然显示在iftop
  • DDNS,BIND和剩余的.jnl文件
  • 没有通过ipv4的传出连接
  • 如何在Linux / Debian上打开555端口
  • 我在哪里可以得到Debian Sid的默认的/ etc / hosts文件?

  • 克隆的Linux Box丢失networking连接
  • Debian:我应该将vlan接口添加到KVM的网桥吗?
  • Linux中的应用程序文件的好地方
  • 我可以从“rm / *”中恢复吗?
  • 如何在Ubuntu上安装“重复”?

你可以通过grep的--exclude和--exclude-dir选项来实现

例如:

 grep -r --exclude-dir='<dirs_to_exclude>' PATTERN data 

要么

 grep -r --exclude='<pattern_of_file>' PATTERN data 
  • 你如何处理服务器上的更新?
  • 破解debian的升级,导致perl问题
  • 我怎样才能让LAMP和Debian一起运行?
  • 如何打开端口53进行绑定
  • 当运行ps aux时,它显示的是用户而不是用户
  • 操作系统或板载软件RAID?
  • Debian在Hyper-V上
  • 苏没有密码
  • Debian或CentOS?
  • 有没有办法在同一个系统上构buildrpm和deb的

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy