* asterisk

  • this can represent any number of characters (including zero, in other words, zero or more characters). If you specified a “cd*” it would use “cda”, “cdrom”, “cdrecord” and anything that starts with “cd” also including “cd” itself. “m*l” could by mill, mull, ml, and anything that starts with an m and ends with an l.

? question mark

  • this can represent any single character. If you specified something at the command line like “hd?” GNU/Linux would look for hda, hdb, hdc and every other letter/number between a-z, 0-9.

[] square brackets

  • specifies a range. If you did m[a,o,u]m it can become: mam, mum, mom

[-] minus sign in the square brackets

  • if you did: m[a-d]m it can become anything that starts and ends with m and has any character a to d in between. For example, these would work: mam, mbm, mcm, mdm. This kind of wildcard specifies an “or” relationship (you only need one to match).

[^] Exponential sign in the square brackets

  • if you did: m[a-d]m it can become anything that starts and ends with m and has any character excepts a to d in between.

Linux Command—— Wildcard相关推荐

  1. linux command find

    Linux command find [Purpose]        Learning linux command nmon   [Eevironment]        Ubuntu 16.04 ...

  2. Linux Command sar 网卡流量

    Linux Command sar 网卡流量 tags: 网络, 监控 文章目录 Linux Command sar 网卡流量 1. 简介 2. 查看内存各个指标的变化情况 1. 简介 如何实时查看网 ...

  3. Linux Command who、whois、whoami

    Linux Command who.whois.whoami tags: 用户管理 1. whois 显示指定用户信息 $ whois root #显示指定用户信息 $ whois ywnz.com ...

  4. Linux Command tc 模拟网络延迟和丢包

    Linux Command tc 模拟网络延迟和丢包 文章目录 Linux Command tc 模拟网络延迟和丢包 1. 介绍 2. 规则 2.1 流量控制方式 2.2 流量控制处理对象 3. 操作 ...

  5. Linux Command pushd

    Linux Command pushd 文章目录 Linux Command pushd 1. 简介 2. 格式 3. 参数 4. 实例 1. 简介 pushed命令用于将目录加入堆栈中,加入记录到目 ...

  6. Linux Command iperf3网络测速工具

    Linux Command iperf3网络测速工具 文章目录 Linux Command iperf3网络测速工具 1. 简介 2. 安装 3. 功能 4. 参数 5. 示例 5.1 测试TCP吞吐 ...

  7. OS + linux command / Linux Command / Linux command / linux Command

    写下你职业生涯中最难以忘怀的误操作.. http://www.dangkai.com/ArticlePage/Article59549.htm http://bbs.chinaunix.net/thr ...

  8. Linux Command dnf 软件包管理

    Linux Command dnf 软件包管理 tags: 软件包管理 文章目录 Linux Command dnf 软件包管理 1. 简介 2. 语法 3. 安装 4. 示例 4.1 查看DNF版本 ...

  9. Linux Command snap 包管理

    Linux Command snap 软件包管理 tags: 软件包管理 文章目录 Linux Command snap 软件包管理 1. 简介 2 安装 Snapd 3. 管理 snaps 3.1 ...

最新文章

  1. DeepChem | DeepChem的图卷积特征化器
  2. 向大家推荐一个.Net游戏引擎:Artificial Engines
  3. 好看的论文千篇一律,有趣的Github项目万里挑一!
  4. 百度地图滚轮缩放,所在点偏移问题
  5. c++ int8_t转int_Python 90行代码让微信地球转起来,你也可以!| 原力计划
  6. sscanf函数和正则表达式
  7. Java 作用域修饰符
  8. [ES6] 细化ES6之 -- 块级作用域
  9. python做算法分析_Python实现迪杰斯特拉算法过程解析
  10. spring扩展点六:监听spring容器刷新事件
  11. 初学C++——VS2013开发工具包下载及破解
  12. 常用的雷达信号:基于DDS的线性调频信号的产生
  13. MacOS使用技巧总结
  14. mysql计算相关系数_用sql实现相关系数的计算
  15. FatFs 之三 FAT文件系统基础、FAT 数据格式、引导、编码
  16. win8服务器备份在哪个文件夹,iPhone备份文件在哪里?Win8系统路径介绍
  17. git lab提交记录中有 merge branch ‘xxx‘ of of http:xxx into xxx
  18. MySQL从删库到跑路: 入门篇
  19. 树莓派cm3+的i2c使用总结
  20. mac book pro高清录屏教程(obs录屏+麦克风录制+soundflower电脑声录制)三合一

热门文章

  1. cesium入门(八)geojson和topojson
  2. 病毒全攻略:我是怎样让你感冒的
  3. 「MySQL」- 基础增删改查
  4. 什么是GB18030编码?
  5. k8s 存活检查与就绪检查
  6. 【大数据作业02】HDFS中的名称节点和数据结点的具体功能
  7. linux sem_wait sleep,[Linux]多线程同步之sem_wait()学习笔记
  8. MySQL插入emoji表情错误的3种解决方案,Incorrect string value: '\xF0\x9F\x98\x84'
  9. SAP LSMW 快照批量处理总账科目数据
  10. 新浪微博开放平台开发