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

linuxにおいて ll で ls -l とする方法

Posted at

はじめに

こんにちは、torihaziです。

そういえば自分のMacに設定していなかったので

その設定方法についてです

zshでやりましたが、bashでも同じ方法でできます

方法(ターミナル開いて)

  1. cd ~
  2. vim .zshrc
  3. 末尾に alias ll='ls -l'
  4. source .zshrc
  5. llとして反映されていることを確認

そうすれば llと打つだけでls -lの結果が確認できます。

終わりに

以上ですっ!!!

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