Change describe(1) entry to only show the directory, not the full path.

This commit is contained in:
gdr 1997-10-04 03:48:09 +00:00
parent 45975acfd7
commit 2d9725fc31
12 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@ Version: 2.0 (August 1997)
Shell: GNO
Author: Dave Tribby (from FreeBSD code)
Contact: tribby@cup.hp.com
Where: /bin/cat
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Concatenate and list files.

View File

@ -3,7 +3,7 @@ Version: 2.0 (August 1997)
Shell: GNO
Author: Dave Tribby (from FreeBSD code)
Contact: tribby@cup.hp.com
Where: /bin/head
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Print the first part of a file.

View File

@ -3,7 +3,7 @@ Version: 1.0 (September 1997)
Shell: GNO
Author: Dave Tribby (from FreeBSD code)
Contact: tribby@cup.hp.com
Where: /bin/<prog>
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Print working directory name

View File

@ -3,7 +3,7 @@ Version: 2.0 (September 1997)
Shell: GNO
Author: Dave Tribby (from FreeBSD code)
Contact: tribby@cup.hp.com
Where: /bin/sleep
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Suspend execution for an interval of time.

View File

@ -3,7 +3,7 @@ Version: 2.0 (August 1997)
Shell: GNO
Author: Dave Tribby (from FreeBSD code)
Contact: tribby@cup.hp.com
Where: /bin/<prog>
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Count words, lines, and bytes in files.

View File

@ -3,7 +3,7 @@ Version: 2.0 (September 1997)
Shell: GNO
Author: Dave Tribby
Contact: tribby@cup.hp.com
Where: /usr/bin/yes
Where: /usr/bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Repetitively echo "y" or command-line argument

View File

@ -3,7 +3,7 @@ Version: 1.0.2 (September 1997)
Shell: GNO
Author: Dave Tribby
Contact: tribby@cup.hp.com
Where: /usr/bin/catrez
Where: /usr/bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Concatenate resource forks.

View File

@ -3,7 +3,7 @@ Version: 2.0 (August 1997)
Shell: GNO
Author: Dave Tribby (from FreeBSD code)
Contact: tribby@cup.hp.com
Where: /usr/bin/cut
Where: /usr/bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Select portions of each line of a file.

View File

@ -3,7 +3,7 @@ Version: 1.0 (7 Aug 97)
Shell: GNO, ORCA/Shell
Author: Devin Reade.
Contact: gdr@eddore.myrias.com
Where: /bin/false
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Returns a 'false' status to the shell. Intended for use in shell scripts.

View File

@ -3,7 +3,7 @@ Version: 1.1 (September 1997)
Shell: GNO
Author: Jawaid Bazyar (updated for GNO/ME 2.0.6 by Dave Tribby)
Contact: tribby@cup.hp.com
Where: /usr/bin/lseg
Where: /usr/bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
List segments in an Object Module Format file.

View File

@ -3,7 +3,7 @@ Version: 2.0 (August 1997)
Shell: GNO
Author: Dave Tribby (from FreeBSD code)
Contact: tribby@cup.hp.com
Where: /bin/tr
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Translate characters in a file.

View File

@ -3,7 +3,7 @@ Version: 1.0 (7 Aug 97)
Shell: GNO, ORCA/Shell
Author: Devin Reade.
Contact: gdr@eddore.myrias.com
Where: /bin/true
Where: /bin
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Returns a 'true' status to the shell. Intended for use in shell scripts.