본문 바로가기

내가 당면한 문제와 해결방안

centos ls -al date format 보기편하게

alias 로 주면 됨

ls -lt --time-style="+%Y-%m-%d"

ls -l --time-style="+%Y-%m-%d"

https://www.unix.com/unix-for-dummies-questions-and-answers/188029-ls-date-format.html

 

ls Date format

Hi on one of the linux machine ls -l is showing the date in "2012-05-23" format while some other server is display as "May 12". I have browsed the man pages but could not see any o | The UNIX and Linux Forums

www.unix.com

 

ㅋㅋ for dummies..

 

ls -lt
ls -lr

http://2min2code.com/articles/ls_command_intro/order_by_modification_time_descending

 

'ls' command - Tutorial : How to list the contents with modification time descending order

'ls' command - 2 minute tutorial Category : Home > Unix Commands Tweet !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore

2min2code.com