Differences between current version and predecessor to the previous major change of FreeBSDNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 14 | Last edited on Tuesday, December 13, 2005 10:51:17 am | by DanielLawson | |
Older page: | version 13 | Last edited on Tuesday, December 6, 2005 11:09:36 am | by CraigBox | Revert |
@@ -68,9 +68,9 @@
- DrewBroadley
----
-!!Delete, Home and End key doesn
't work in [FreeBSD] (using [PuTTY] and bash)
+!!Delete, Home and End key don
't work in [FreeBSD] (using [PuTTY] and bash)
Add the following to ~/.inputrc:
<verbatim>
@@ -78,6 +78,7 @@
"\e[1~": beginning-of-line
"\e[4~": end-of-line
</verbatim>
-
+----
+!! Where did 'seq' go?
FreeBSD does not have GNU 'seq' by default installed, it has 'jot' instead and is more functional than 'seq'. See the [man page|http://www.freebsd.org/cgi/man.cgi?query=jot&apropos=0&sektion=0&manpath=FreeBSD+5.3-RELEASE+and+Ports&format=html].