|
UNIX Shells by Example Authors: Quigley E. Published year: 2004 Pages: 341-347/454 |
| < Day Day Up > |
man ”formats and displays the online manual pages
man [-acdfhktwW] [-m system] [-p string] [-C config_file] [-M path]
[-P pager] [-S section_list] [section] name...
|
| < Day Day Up > |
| < Day Day Up > |
manpath ”determines user 's search path for man pagesman [-acdfhkKtwW] [-m system] [-p string][-C config_file][-M path] [-P pager] [-S section_list][section] name ... man formats and displays the online manual pages. This version knows about the MANPATH and ( MAN ) PAGER environment variables , so you can have your own set(s) of personal man pages and choose whatever program you like to display the formatted pages. If section is specified, man only looks in that section of the manual. |
| < Day Day Up > |
| < Day Day Up > |
mesg ” permits or denies messages resulting from the write commandmesg [ n ] [ y ] mesg with argument “n forbids messages via write by revoking nonuser write permission on the user 's terminal. mesg with argument “y reinstates permission. All by itself, mesg reports the current state without changing it. |
| < Day Day Up > |
| < Day Day Up > |
mkdir ”creates a directorymkdir [ p ] dirname ... |
| < Day Day Up > |
| < Day Day Up > |
more ”browses or pages through a text filemore [ cdflrsuw ] [ lines ] [ +linenumber ] [ +/pattern ] [ filename ... ] page [ cdflrsuw ] [ lines ] [ +linenumber ] [ +/pattern ] [ filename ... ] more is a filter that displays the contents of a text file on the terminal, one screenful at a time. It normally pauses after each screenful, and prints ”More ” at the bottom of the screen. |
| < Day Day Up > |
| < Day Day Up > |
mtools ”utilities to access DOS disks in UNIXmtools is a public domain collection of tools to allow UNIX systems to manipulate MS-DOS files read, write, and move around files on an MS-DOS file system (typically a floppy disk). Where reasonable, each program attempts to emulate the MS-DOS equivalent command. However, unnecessary restrictions and oddities of DOS are not emulated. For instance, it is possible to move subdirectories from one subdirectory to another. mtools can be found at the following places (and their mirrors):
|
| < Day Day Up > |
| < Day Day Up > |
mv ”moves or renames filesmv [ f ] [ i ] filename1 [ filename2 ...] target The mv command moves a source filename to a target filename. The filename and the target may not have the same name . If target is not a directory, only one file may be specified before it; if it is a directory, more than one file may be specified. If target does not exist, mv creates a file named target . If target exists and is not a directory, its contents are overwritten. If target is a directory, the file(s) are moved to that directory. Example A.38.1 mv file1 newname 2 mv -i test1 test2 train EXPLANATION
|
| < Day Day Up > |
|
UNIX Shells by Example Authors: Quigley E. Published year: 2004 Pages: 341-347/454 |
![]() UNIX and Linux System Administration Handbook (4th Edition) | ![]() Perl by Example (4th Edition) | ![]() Learning the bash Shell: Unix Shell Programming (In a Nutshell (O'Reilly)) | ![]() Unix Shell Programming (3rd Edition) |