Linux Summary of My Own - Big

I) Command Lines

1.1) difference between “esc+shift+i” and “esc+shift+a”

“esc+shift+i” : input at the beginning of the line
“esc+shift+a” : input at the end of the line

1.2) how to use escape character to have computing on multiplication

val=`expr $a \* $b`
echo "a * b : $val"

1.3) file types in Linux

-f file 检测文件是否是普通文件(既不是目录,也不是设备文件),如果是,则返回 true。

相关推荐

  1. big three(c++)

    2024-04-06 13:26:01       30 阅读
  2. Go语言-big.Int

    2024-04-06 13:26:01       8 阅读
  3. Big Data 平障录

    2024-04-06 13:26:01       13 阅读
  4. bug 记录

    2024-04-06 13:26:01       38 阅读
  5. BIO、NIO

    2024-04-06 13:26:01       36 阅读
  6. 普通<span style='color:red;'>BUG</span>

    普通BUG

    2024-04-06 13:26:01      32 阅读
  7. html--<span style='color:red;'>bug</span>

    html--bug

    2024-04-06 13:26:01      21 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-06 13:26:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-06 13:26:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-06 13:26:01       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-06 13:26:01       20 阅读

热门阅读

  1. 蓝桥杯刷题-06-砍树-图遍历DFS⭐⭐⭐⭐

    2024-04-06 13:26:01       17 阅读
  2. ElasticSearch 实战:ElasticSearch文档聚合查询

    2024-04-06 13:26:01       17 阅读
  3. Tkinter 1

    Tkinter 1

    2024-04-06 13:26:01      15 阅读
  4. WebKit结构简介

    2024-04-06 13:26:01       17 阅读
  5. 关于K8S集群中maste节点r和worker节点的20道面试题

    2024-04-06 13:26:01       15 阅读
  6. git lfs使用(huggingface下载大模型文件)

    2024-04-06 13:26:01       17 阅读
  7. loopvar 改动不同版本的影响-大循环的执行时间

    2024-04-06 13:26:01       15 阅读
  8. ETCD备份方案制定

    2024-04-06 13:26:01       14 阅读