Date: Sun, 29 Oct 2017 20:20:51 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325105 - head/usr.bin/fortune/datfiles Message-ID: <201710292020.v9TKKpPs045940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Oct 29 20:20:51 2017 New Revision: 325105 URL: https://svnweb.freebsd.org/changeset/base/325105 Log: The !! trick does not apply to all shells Requested by: emaste Modified: head/usr.bin/fortune/datfiles/freebsd-tips Modified: head/usr.bin/fortune/datfiles/freebsd-tips ============================================================================== --- head/usr.bin/fortune/datfiles/freebsd-tips Sun Oct 29 14:57:58 2017 (r325104) +++ head/usr.bin/fortune/datfiles/freebsd-tips Sun Oct 29 20:20:51 2017 (r325105) @@ -455,7 +455,7 @@ Try "whereis firefox" and "whereis whereis". -- Konstantinos Konstantinidis <kkonstan@duth.gr> % Want to run the same command again? -Type "!!". +In many shells (e.g., tcsh, zsh, bash) you can type "!!". % Want to go the directory you were just in? Type "cd -"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710292020.v9TKKpPs045940>