any help here would be appreciated. I am finishing up chapter 13 lab fs-review and I cannot pass the verifying search results of find command?
@cxiong1990 it would help if you could share which course this is for, and the URL where you are taking the course.
Hi @cxiong1990
Please, delete escape symbol ( \) from lihe:
find /usr/share -size +5M -size -10M > \ /mnt/system-report/search2.txt
The line should be:
find /usr/share -size +5M -size -10M > /mnt/system-report/search2.txt
You miss explanation about escape symbol ( \) at Chapter N2, p.2.5 , Write a Long Command in Multiple Lines.
Good luck
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.