0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

コマンドでファイルの中身を全部削除

Last updated at Posted at 2024-11-28
環境

VirtualBox 7.0.20
Rocky Linux release 9.5 (Blue Onyx)
webmin 2.202

CLIでファイルを開く時はviコマンド使うんですが(他にもvimやnanoとかあるけどよくわかってない💦)、deleteボタン押してバー...........って消してた人です🙈💦

でも、このコマンドで一瞬で削除!

# sed -i -e 'd' /tmp/test.txt
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?