[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Filter                                          
 Panel filters control what is displayed in the file panels,
 and Operations filters control what files you work with.

 The Filter command from the Left and Right menus displays
 the Panel Filters dialog box.

 Choosing the Filters button (available on many of the
 file operation panels - such as copy, move, delete) displays
 the Operation Filters dialog box.

 You can filter files by:
   .  file name
   .  file date
   .  file size
   .  file attributes

 The Norton Commander has a number of pre-defined filters for
 use in commonly performed searches. Choose the Load button to
 display the Filters dialog box.

   .  Executable includes only program and batch files.
   .  Database includes only database files.
   .  Spreadsheet includes only spreadsheet worksheets.
   .  Word processor includes only word processor files.
   .  Graphics includes only Graphic files
   .  Compressed includes only ARC, ZIP, LZH, ZOO etc., type files.
   .  Blank: you can create your own custom filters.


DOS Wildcard Characters
-----------------------
 DOS file names have two parts: the name and the extension,
 separated by a period. For example, "filename.ext". You can
 search for files using DOS wildcards.

    *   Match none or any instance of any character.
        *.*           All files
        *.bat         All files with the extension .bat
        a*.bat        All .bat files beginning with "a".

    ?   Match any one character.
        test?.doc     test1.doc, test2.doc, test3.doc, testa.doc

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson