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 12:14, 24 June 2009 by Admin (Talk | contribs) (New page: Find all symbolic links to a specific directory: find -type l -exec stat {} \; | grep /usr/local/trunk)
Find all symbolic links to a specific directory:
find -type l -exec stat {} \; | grep /usr/local/trunk