| ifconfig || shows detailed info on ethernet ports
| ifconfig || shows detailed info on ethernet ports
|-
|-
−
| grep -nsr "casesensitivesearch" /path/to/dir || finds all documents containing the criteria in a dir
+
| grep -nsr "casesensitivesearch" /path/to/dir || finds all documents containing the criteria in a dir (add 'i' to the options for a non sensitive search)
|-
|-
| grep -nsri server-manager.jpg /etc/e-smith/ || search the file server-manager.jpg in the path directory /etc/e-smith
| grep -nsri server-manager.jpg /etc/e-smith/ || search the file server-manager.jpg in the path directory /etc/e-smith