mirror of
https://github.com/livingcomputermuseum/pdp7-unix.git
synced 2026-04-25 11:51:33 +00:00
rn takes pairs of files, like cp.
This commit is contained in:
2
man/cp.1
2
man/cp.1
@@ -13,7 +13,7 @@ DESCRIPTION Files are taken in pairs; the first is opened
|
||||
.sp
|
||||
FILES --
|
||||
.sp
|
||||
SEE ALSO cat, pr
|
||||
SEE ALSO cat, pr, rn
|
||||
.sp
|
||||
DIAGNOSTICS Error returns are checked at every system call,
|
||||
and appropriate diagnostics are produced.
|
||||
|
||||
13
man/rn.1
13
man/rn.1
@@ -1,21 +1,18 @@
|
||||
.oh '11/3/70''RN(I)'
|
||||
.ta 18 31
|
||||
NAME rn -- rename a file
|
||||
NAME rn -- rename files
|
||||
.sp
|
||||
SYNOPSIS
|
||||
.ul
|
||||
rn
|
||||
name1 name2
|
||||
from1 to1 [ from2 to2 ... ]
|
||||
.sp
|
||||
DESCRIPTION
|
||||
.ul
|
||||
mv
|
||||
changes the name of name with the rename
|
||||
system call.
|
||||
DESCRIPTION Files are taken in pairs; The file from1
|
||||
is renamed to to1, and so on...
|
||||
.sp
|
||||
FILES --
|
||||
.sp
|
||||
SEE ALSO --
|
||||
SEE ALSO cp
|
||||
.sp
|
||||
DIAGNOSTICS
|
||||
"? file" - either unable to remove or create
|
||||
|
||||
Reference in New Issue
Block a user