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

Computer Science & Information Technology

You might also like to view...

Heavy computer users who experience red, dry, itchy eyes should _____.

A. consider the use of artificial tears B. consider the use of older, but more human friendly CRT monitors C. keep their focus on their screens for long hours D. avoid blinking often

Computer Science & Information Technology

The _________ properties are defined in the javafx.scene.shape.Rectangle class.

a. width b. x c. y d. height e. arcWidth

Computer Science & Information Technology

Users can offer their own enhancements to open source software that may be considered for inclusion in future versions of the software

Indicate whether the statement is true or false

Computer Science & Information Technology

The Shapes gallery is displayed on the DRAWING TOOLS FORMAT tab and on the ____ tab.

A. INSERT B. SHAPES C. DRAWING TOOLS DESIGN D. HOME

Computer Science & Information Technology