home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX Power Tools

UNIX Power ToolsSearch this book
Previous: 15.10 Wildcards that Match Only Directories Chapter 16 Next: 16.2 Finding Oldest or Newest Files with ls -t and ls -u
 

16. Where Did I Put That?

16.1 Everything but the find Command

A computer isn't that much different from a house or an office; unless you're incredibly orderly, you spend a lot of time looking for things that you've misplaced. Even if you are incredibly orderly, you still spend some time looking for things you need - you just have a better idea of where to find them. After all, librarians don't memorize the location of every book in the stacks, but they do know how to find any book, quickly and efficiently, using whatever tools are available. A key to becoming a proficient user of any system, then, is knowing how to find things.

This chapter is about how to find things. We're excluding the find (17.1 ) utility itself because it's complicated and deserves a chapter of its own. We'll concentrate on simpler ways to find files, beginning with some different ways to use ls .

- ML


Previous: 15.10 Wildcards that Match Only Directories UNIX Power Tools Next: 16.2 Finding Oldest or Newest Files with ls -t and ls -u
15.10 Wildcards that Match Only Directories Book Index 16.2 Finding Oldest or Newest Files with ls -t and ls -u

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System