EasyManua.ls Logo

Husky Hunter - File Manager Commands

Husky Hunter
499 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
FILE MANAGER
SECTION 3.4
FILE MANAGER COMMANDS ,
3, 4, 1 PRGIPT
3,4,2
3,4,3
VER.V09F
The prompt character, which is displayed when the File Manager
is ready to receive a command, is the greater than sign
1
>
1
If
this is not displayed, then no input is expected.
COMMAND SYIITAX
Commands are typed in with their arguments (usually filenames)
separated by spaces. Wildcard characters may be specified.
Commands may be in upper or lower case alphabetic characters.
WILDCARDS
DEMOS supports the use of wildcards
1
?
1
and '*'· The
1
?
1
character will allow DEMOS to search for file names and
disregard the characters replaced with
1
?
1
For example, suppose,
there are five files with the names FILE1.TXT - FILE5.TXT. The
following DIR command would only list those files:
>DIR FILE?. TXT
FILE1.TXT FILE2.TXT FILE3,TXT
FILE4.TXT FILE5.TXT
or
>DIR A?FILE.COM
AAFILE.COM ACFILE.CCM A4FILE.COM
The'*' wildcard replaces the entire extension or file name. The
example below will list all files with the extension ,HBA:
>DIR *.HBA
PROG1 .HBA PROG2,HBA START .HBA
or
>DIR MYFILE. *
MYFILE.TXT MYFILE.Ca-1 MYFILE.HBA
To list all the files held in HUNTER the command 'DIR' is used.
PAGE 3 - 9