Use find with the –exec (Sobell, page 829) criterion to run an ls –l command on the files returned by the find statement in the previous step.

What will be an ideal response?


$ find /bin -name "*sh*" -type l -exec ls -l {} \;
lrwxrwxrwx. 1 root root 4 Jun 11 21:19 /bin/sh -> bash
lrwxrwxrwx. 1 root root 4 Feb 22 2012 /bin/csh -> tcsh

Computer Science & Information Technology

You might also like to view...

There are 72 points to an inch

Indicate whether the statement is true or false

Computer Science & Information Technology

________ will expand across the width of the container and wrap down the container in the available space and a vertical scroll bar may also be added

A) Multiples B) Vertical multiples C) Horizontal multiples D) Bidirectional multiples

Computer Science & Information Technology

A Frequency box allows you to specify the rate at which the magnetic lasso sets fastening points.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

C provides two functions to convert a character from one case to another, such as from upper-case to lower-case.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology