Dashboard > Accelerator Software > Home > Unix One Liners
  Accelerator Software Log In View a printable version of the current page.  
  Unix One Liners
Added by Greg White, last edited by Greg White on Mar 31, 2008  (view change)
Labels: 
(None)

All immediate directory names

ls -d /*

All files in a directory whose name NOT matching pattern

ls -1 | egrep -v '*.m'

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.8 Build:#814 Oct 02, 2007) - Bug/feature request - Contact Administrators