find part 1

preview_player
Показать описание
Copyright © 2024 Mr. John Gatewood Ham, Faculty of Informatics. All rights reserved.

This video introduces 'find' and 'xargs'. It shows using 'find' to list paths
using '-type' and '-iname'. It also shows how to negate an option with '\!', and
how to use '-o' with '\(' and '\)' to support OR-ed selection criteria. The
last example shows feeding the output of 'find' to 'xargs' to do run a command on
each matched path.
Рекомендации по теме