Recent content by SysAdminMike

  1. S

    Filter search

    Thanks ... Guess I should look elsewhere for assistance
  2. S

    Filter search

    Write a single Linux command to find the file(s) and line number(s) where the string: "using std::atan2;" from the /usr directory. it takes 30 min to search right now. I need it quicker. "find /usr -type f -iname "*.[hc]*" -exec grep -nH "using std:atan2;" {} \:" is what I'm using
Top