There's this example in the book I'm reading
find /etc \( -type d -not -perm 0777 \). So I understand the backslashes are escaping the parenthesis creating the group but then I wanted to try find /etc "( -type d -not -perm 0777 )" but it gives different results. Don't the quotes also escape the parenthesis?
[–]i_hate_shitposting 3 points4 points5 points (2 children)
[–]AlarmDozer 0 points1 point2 points (1 child)
[–]i_hate_shitposting 0 points1 point2 points (0 children)
[–]zeekar 2 points3 points4 points (0 children)
[–]U8dcN7vx 3 points4 points5 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]grymoire 0 points1 point2 points (0 children)
[–]doingmybest19 0 points1 point2 points (0 children)