Which of the following operator is used with find command for performing the negate function?
Which of the following operator is used with find command for performing the negate function? Correct Answer !
There are three operators that are commonly used with the find command. The ! operator is used before an option to negate its meaning. For example, $ find . ! -name “*.c” -print // select all files but not the C program files.
মোঃ আরিফুল ইসলাম
Feb 20, 2025