選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ex2.sh 72 B

1234567
  1. #!/bin/sh
  2. vim ex1.sh
  3. ls
  4. git status
  5. history
  6. history | tail -n5 > ex2.txt