Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-11-12 10:38:19 +0100

S. gravatar image
ls -l /usr | grep '^d'|sort -k2,2nr|head -1|tr -s ' '|cut -d' ' -f8

ls -l /usr | grep '^d'|sort -k2,2nr|head -1|tr -s ' '|cut -d' ' -f8 -f8

ls -l /usr | grep '^d'|sort -k2,2nr|head -1|tr -s ' '|cut -d' ' -f8-f8 -

ls -l /usr | grep '^d'|sort -k2,2nr|head -1|tr -s ' '|cut -d' ' -f8 --f8-

Jak bylo zjištěno v komentářích, tak záleží, jak ls vypisuje. U mě na Archu je to ls -l /usr | grep '^d'|sort -k2,2nr|head -1|tr -s ' '|cut -d' ' -f8-, zatímco na Solarisu je to ls -l /usr | grep '^d'|sort -k2,2nr|head -1|tr -s ' '|cut -d' ' -f9-.