Following is a sample execution of the command. There are 46 files in the /usr/include directory that are smaller than 100 bytes. The find /usr/include -size -100c -print | wc -l command is used to display total number of such files

What will be an ideal response?

```
$ find /usr/include -size -100c -print
/usr/include/asm/init.h
/usr/include/asm/tlb.h
/usr/include/linux/config.h
/usr/include/linux/ntfs_fs.h
/usr/include/linux/param.h
/usr/include/linux/ppp.h
/usr/include/linux/tlb.h
/usr/include/linux/user.h
/usr/include/linux/vfs.h
/usr/include/kde/kcolorbutton.h
/usr/include/kde/kdesu/pty.h

$ find /usr/include -size -100c -print | wc -l
46
$
```

Computer Science & Information Technology

You might also like to view...

To manually stop a nonresponsive program, what combination of keys should the user press and hold?

A) Shift, Ctrl, and Delete B) Ctrl, Alt, and Delete C) Ctrl, Alt, and Shift D) Shift, Alt, and Delete

Computer Science & Information Technology

The size of a webpage is not the same size as a standard Word document. in portrait orientation

Indicate whether the statement is true or false

Computer Science & Information Technology