假设我想在文件系统上查找特定的内容,但在搜索中省略某些目录。
而不是 type locate string
,我想输入locate string[omit anything which resides in specified directory]
。
因此,例如,假设我想/usr/share
从列表中省略。
这是如何实现的?
假设我想在文件系统上查找特定的内容,但在搜索中省略某些目录。
而不是 type locate string
,我想输入locate string[omit anything which resides in specified directory]
。
因此,例如,假设我想/usr/share
从列表中省略。
这是如何实现的?