Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- bash
- tomcat
- grep
- lsof
- resource
- Windows
- profile
- IntelliJ
- ssh
- 단축키
- Mac
- JavaScript
- 줄바꿈 문자
- maVen
- Windows 10
- Eclipse
- context
- GIT
- Source
- VirtualBox
- xargs
- web.xml
- netsh
- import
- port
- find
- 네트워크
- vscode
- plugin
- Quartz
Archives
- Today
- Total
develog
alias ll 본문
[dev@dev02 logs]$ alias ll
alias ll='ls -l --color=tty'
[dev@dev02 logs]$ alias ll='ls -lt --color=tty'
[dev@dev02 logs]$ alias ll
alias ll='ls -lt --color=tty'
'OS & Shell > Linux' 카테고리의 다른 글
ll alias (0) | 2013.06.27 |
---|---|
ls 날짜 정렬 (0) | 2013.06.21 |
access, modify, change (file time) (0) | 2013.06.21 |
stat, 파일 상세정보 출력 (0) | 2013.06.21 |
ls 날짜 출력 스타일 변경 (0) | 2013.06.21 |
Comments