LinuxQuestions.org
(
/questions/
)
-
Linux - Newbie
(
http://www.linuxquestions.org/questions/linux-newbie-8/
)
- -
How to list the 'chkconfig --list' in alphabetical order?
(
http://www.linuxquestions.org/questions/linux-newbie-8/how-to-list-the-chkconfig-list-in-alphabetical-order-780477/
)
thomas2004ch
01-07-2010 02:45 AM
How to list the 'chkconfig --list' in alphabetical order?
as titled.
sys
01-07-2010 03:52 AM
Try that: chkconfig --list | sort | less
thomas2004ch
01-08-2010 01:42 AM
Quote:
Originally Posted by
sys
(Post 3817300)
Try that: chkconfig --list | sort | less
I think "chkconfig --list | sort " is enough. :-)
kirukan
01-08-2010 02:09 AM
Quote:
I think "chkconfig --list | sort " is enough. :-)
Yess enough, but the output exceeded one more page you may miss top entries thats why "
sys
" used
less
and less will help you to srcoll page by page
All times are GMT -5. The time now is
05:24 PM
.