blob: bcbd4baedbb208b98ad2b45206e6644aa8ba6b13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
hfs provides a command line interface to suite of functions for
accessing Macintosh HFS floppy disks, hard drives and CD-ROMS. The
following functions are available:
- display a directory listing (ls, dir)
- change directories (cd)
- display the name of the current directory (pwd)
- copy an HFS file into a local file (read)
- display the contents of an HFS file (cat)
- display the partition table on a Macintosh volume.
26 June 1994 4
|