Какая команда ищет запрошенный текст acme-north в каталоге с заметками?
acme-north
grep -R acme-north support-queue
mv customer-notes/* support-queue/
grep -R acme-north customer-notes
ls acme-north customer-notes