0
1

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.

ls コマンドで ディレクトリ、ファイルを分けて表示する

Last updated at Posted at 2015-06-16
linux
ls -lF

app.config.js
app.constant.js
app.module.js
asset/
component/
dist/
index.html
service/
style.css
view/

windowsのようにディレクトリ、ファイルを分けて表示する。

.bash_profile
alias l='ls -lF | grep /;ls -lF | grep -v / | tail +2'
linux
l

asset/
component/
dist/
service/
view/
app.config.js
app.constant.js
app.module.js
index.html
style.css
0
1
2

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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?