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 13: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)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Find all symbolic links to a specific directory:

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