Shell
2 mo. ago
Search for directories matching a specific name pattern across the entire filesystem.
# change nix for search termsudo find / -type d -iname '*nix*' 2>/dev/null
Search for directories matching a specific name pattern across the entire filesystem.
# change nix for search termsudo find / -type d -iname '*nix*' 2>/dev/null