Drew Tomlinson wrote:
I've also tried a combination of adding ()'s around the expression but that hasn't worked either. What am I missing? Is this an appropriate choice for what I want to do? Is there another command better suited for this task?

Use quotes ""

# find . -name "aaa" -print  differs from
# find . -name aaa - print
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to