2
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?

More than 5 years have passed since last update.

Linuxコマンド

Last updated at Posted at 2019-09-12

コマンドをメモがてらシェア

  • シンボリックリンク張替
ln -nfs /aaa/bbb AAA
  • ファイル存在監視
watch -n 5 -d ls -l
- -n:間隔(秒)デフォは2秒
- -d:変更箇所がハイライトされる
- ls -l:発行するコマンド。監視するっていうか指定間隔で指定コマンドを発行するだけ。
  • telnetなどでタイプミスした場合
Ctrl + Uでクリアされる
2
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
2
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?