BSD 4_3 development
[unix-history] / usr / contrib / rn / art.help.SH
CommitLineData
9c4b96b4
C
1case $CONFIG in
2 '') . config.sh ;;
3esac
4echo "Extracting art.help (with variable substitutions)"
5$spitshell >art.help <<!GROK!THIS!
6$startsh
7# $Header: art.help.SH,v 4.3 85/05/01 11:35:34 lwall Exp $
8#
9# $Log: art.help.SH,v $
10# Revision 4.3 85/05/01 11:35:34 lwall
11# Baseline for release with 4.3bsd.
12#
13#
14$pager <<'EOT'
15Article Selection commands:
16
17n,SP Scan forward for next unread article.
18N Go to next article.
19^N Scan forward for next unread article with same subject.
20p,P,^P Same as n,N,^N, only going backwards.
21- Go to previously displayed article.
22number Go to specified article.
23range{,range} command{:command}
24 Apply one or more commands to one or more ranges of articles.
25 Ranges are of the form: number | number-number. You may use . for
26 the current article, and $ for the last article.
27 Valid commands are: j, m, M, s, S, and !.
28/pattern/modifiers
29 Scan forward for article containing pattern in the subject line.
30 (Use ?pat? to scan backwards; append h to scan headers, a to scan
31 entire articles, r to scan read articles, c to make case sensitive.
32/pattern/modifiers:command{:command}
33 Apply one or more commands to the set of articles matching pattern.
34 Use a K modifier to save entire command to the KILL file for this
35 newsgroup. Commands m and M, if first, imply an r modifier.
36 Valid commands are: j, m, M, s, S, and !.
37f,F Submit a followup article (F = include this article).
38r,R Reply through net mail (R = include this article).
39s ... Save to file or pipe via sh.
40S ... Save via preferred shell.
41w,W Like s and S but save without the header.
42| ... Same as s|...
43C Cancel this article, if yours.
44^R,v Restart article (v=verbose).
45^X Restart article, rot13 mode.
46c Catch up (mark all articles as read).
47^B Back up one page.
48^L Refresh the screen. You can get back to the pager with this.
49X Refresh screen in rot13 mode.
50^ Go to first unread article. Disables subject search mode.
51$ Go to end of newsgroup. Disables subject search mode.
52# Print last article number.
53& Print current values of command-line switches.
54&switch {switch}
55 Set or unset more switches.
56&& Print current macro definitions.
57&&def Define a new macro.
58j Junk this article (mark it read). Stays at end of article.
59m Mark article as still unread.
60M Mark article as still unread upon exiting newsgroup or Y command.
61Y Yank back articles marked temporarily read via M.
62k Mark current SUBJECT as read.
63K Mark current SUBJECT as read, and save command in KILL file.
64= List subjects of unread articles.
65u Unsubscribe to this newsgroup.
66^K Edit local KILL file (the one for this newsgroup).
67q Quit this newsgroup for now.
68Q Quit newsgroup, staying at current newsgroup.
69EOT
70
71!GROK!THIS!
72$eunicefix art.help
73chmod 755 art.help