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?

More than 5 years have passed since last update.

Linuxコマンドメモ

Posted at

忘れがちなコマンド(随時更新)

  • 自分のGIP確認
    curl inet-ip.info

  • OS確認

    • cat /etc/redhat-release(RHEL)
    • cat /proc/version(カーネル)
  • フォルダごとコピー

    • cp -r
  • ファイル全件検索

    • find / -name default.properties
  • gzのgrep。ただし"ids"が入っているのは含めない。
    zgrep "/api/internal/company/v1/get_employee_id" access.log*gz | grep -v ids

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?