Use find with the –name (Sobell, page 830) and –type (Sobell, page 830) cri- teria to list all files in the /bin directory that have the characters sh in their names and are symbolic links.
What will be an ideal response?
$ find /bin -name "*sh*" -type l
/bin/sh
/bin/csh
You might also like to view...
Augment your indexes.html page so that in addition to displaying the wind chill index when the user clicks the button, it also displays a health warning message when appropriate. For example, the appearance of the page when the wind chill reaches the Danger category (? -45º).
What will be an ideal response?
Analyze the following code:
```
#include