Linux查找命令

### 查询文件命令

find 目录路径 -选项(name,size,user)过滤文件

根据名称:
[root@future home]# find ./ -name a.*
./damo/a.txt
根据用户:
[root@future home]# find ./ -user damo
./damo/hello/mm.txt
./damo/b.tx
./damo/a.txt
根据文件大小:
[root@future damo]# find /home/ -size +666
/home/future/.cache/tracker/meta.db
/home/future/.cache/tracker/meta.db-wal
/home/future/.cache/tracker/ontologies.gvdb
/home/future/.cache/gstreamer-1.0/registry.x86_64.bin
grep过滤查找及“|”管道符 :(文件类查找)
过滤文件:
[root@future damo]# cat lingpingzhi.txt |grep "b"
-rw-r--r--. 1 root root 152 12月  6 2021 b.tx
-rw-r--r--. 1 root root 152 12月  6 2021 b.tx
显示行号:n
[root@future damo]# cat lingpingzhi.txt |grep -n "b"
39:-rw-r--r--. 1 root root 152 12月  6 2021 b.tx
43:-rw-r--r--. 1 root root 152 12月  6 2021 b.tx
47:-rw-r--r--. 1 root root 152 12月  6 2021 b.tx
查找命令在那个目录下
[root@future damo]# which ll
alias ll='ls -l --color=auto'
    /usr/bin/ls
[root@future damo]# which cd
/usr/bin/cd

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值