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