This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Linux commands

From Group-Office Groupware and CRM Documentation
Revision as of 11:06, 14 August 2009 by Admin (Talk | contribs)

Jump to: navigation, search

Find all symbolic links to a specific directory:

find -maxdepth 2 -type l -exec stat {} \; | grep /usr/local/trunk


For theme install with svn dirs in it

find modules -maxdepth 1 ! -path "*/.*" -type d