UNIX For Dummies [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

UNIX For Dummies [Electronic resources] - نسخه متنی

John Levine, Margaret Levine Young

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Chapter 8: Where’s That File?


Overview


In This Chapter

Finding a file when you know the filename with the find program

Looking for a file when you know only part of the filename

Finding a file when you know what’s in it with the grep program

Looking for files on other computers on your network

Looking for a directory

Knowing what to do with the files you find

Doing something else while the computer searches for your file

Sharing files by using the ln command so that files appear in more than one directory

Doncha love to set up lots of different directories so that you can organize your files by topic, program, date, or whatever suits you? We do. After you have files in all those directories, however, you can also easily lose them. Is that budget memo in your Budget directory, your Memos directory, your ToDo directory, Fred’s Budget.Stuff directory, or somewhere else?

Two programs can help you find files:

find and grep . Alternatively, you can use the ln command to create links to your files so that a file can appear in several directories at a time and you have that many more opportunities to find it.

/ 213