Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. そのようなファイルやディレクトリはありません
  2.  
  3. $ touch bash bash.txt # touch コマンドで空のファイルを作成
  4. $ ls ba*
  5. bash bash.txt
  6. $ ls ba??
  7. bash
  8.  
  9. $ rm bash bash.txt # 必要なくなったら削除
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement