File: files.texinfo

package info (click to toggle)
linuxcookbook 1.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 10,816 kB
  • ctags: 1
  • sloc: makefile: 40
file content (20 lines) | stat: -rw-r--r-- 591 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@c $Id: files.texinfo,v 1.6 2000/02/15 17:42:07 m Exp m $
@node Files, Text, Getting Started, Top
@comment  node-name,  next,  previous,  up
@unnumbered PART TWO: Files
@cindex files

@menu
* Files and Directories::       Basic commands for everyone.
* Sharing Files::               Sharing files between users.
* Finding Files::               There's more than one way to find a file.
* Managing Files::              How to manage your files.
@end menu

@include files-and-directories.texinfo

@include sharing-files.texinfo

@include finding-files.texinfo

@include managing-files.texinfo