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.

Unixコマンドメモ

Last updated at Posted at 2018-10-22

編集中

コマンド 説明
find pwd -maxdepth 1 ファイル配下の絶対パス表示
ll 実行権限がどんな状態なのかを表示したい状態でファイル一覧表示する
`find` グレイヴ・アクセントで括るとコマンド自体になる
pwd 現在のパスを表示
open ファイル開く
cat ファイル出力
tar -zxvf xxxx.tar.gz 伸張(z)して展開(x)
less テキストファイルを1画面ずつ表示する
rm -rfv ファイル削除 rがディレクトリ fエラーメッセージなし v詳細
cp -r コピー rがディレクト
export -p 環境変数表示
last shutdown シャットダウンした日付を表示

知ると便利なヒアドキュメント
Macを起動した時刻やシステム終了した時刻を調べる方法

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?