1
0
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:
phil
2019-10-30 02:12:48 -04:00
parent 364736a4a7
commit 1fb8cedb1d
2 changed files with 6 additions and 9 deletions

View File

@@ -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.

View File

@@ -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