This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "Linux commands"
From Group-Office Groupware and CRM Documentation
(New page: Find all symbolic links to a specific directory: find -type l -exec stat {} \; | grep /usr/local/trunk) |
(No difference)
|
Revision as of 12:14, 24 June 2009
Find all symbolic links to a specific directory:
find -type l -exec stat {} \; | grep /usr/local/trunk