Question1: Similar to pause command in linux

read -n 1

Question2 read : Illegal option -n

原因为ubuntu 默认的是dash 不是 bash
Reference

Question3: How to Compile C programing Language

gcc hello.c -o hello

Question4: Segmentation fault (core dumped)

编译正常执行错误,在linux中使用 strace 查看具体报错。

Reference

相关文章:

  • 2019-09-29
  • 2021-05-16
  • 2021-09-04
  • 2021-11-27
  • 2021-07-04
  • 2022-12-23
  • 2021-05-14
猜你喜欢
  • 2021-08-10
  • 2021-06-11
  • 2021-10-20
  • 2021-11-13
  • 2021-07-27
  • 2021-04-16
  • 2021-05-25
相关资源
相似解决方案