summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-05-10 12:46:12 +0000
committereadler <eadler@FreeBSD.org>2012-05-10 12:46:12 +0000
commit64ab4ef2f5d7bc05f2fe4de3697c728cd2eb4287 (patch)
tree4bf06ba3fbe2226775e39961559a23b720c2e164 /games
parent818a0025524ac2010ecc38449b69ad3bf44577aa (diff)
downloadFreeBSD-src-64ab4ef2f5d7bc05f2fe4de3697c728cd2eb4287.zip
FreeBSD-src-64ab4ef2f5d7bc05f2fe4de3697c728cd2eb4287.tar.gz
Partial revert of previous commit as some of the changes were not
newbie-friendly. Requested by: jhb, gcooper Approved by: cperciva (implicit) MFC after: 3 days X-MFC-With: r235209
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/freebsd-tips9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index e5fda99..a56d815 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -73,6 +73,7 @@ If you need to ask a question on the FreeBSD-questions mailing list then
contains lots of useful advice to help you get the best results.
%
+If you write part of a filename in tcsh,
pressing TAB will show you the available choices when there
is more than one, or complete the filename if there's only one match.
%
@@ -311,12 +312,12 @@ been replaced with other messages, look at /var/run/dmesg.boot.
Want colour in your directory listings? Use "ls -G". "ls -F" is also useful,
and they can be combined as "ls -FG".
%
-Want to find a specific port, just type the following
+Want to find a specific port, just type the following under /usr/ports
or one its subdirectories:
- "make -C /usr/ports search name=<port-name>"
+ "make search name=<port-name>"
or
- "make -C /usr/ports search key=<keyword>"
+ "make search key=<keyword>"
%
Want to know how many words, lines, or bytes are contained in a file? Type
"wc filename".
@@ -472,5 +473,5 @@ Want to run the same command again?
In tcsh you can type "!!"
%
Want to go the directory you were just in?
-In tcsh you can type "cd -"
+Type "cd -"
%
OpenPOWER on IntegriCloud