[Bug 289970] FreeBSD Installer live system: /bin/sh: history: not found following installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Oct 2025 04:06:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289970
Rafael Grether <devnull@apt322.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |devnull@apt322.org
--- Comment #1 from Rafael Grether <devnull@apt322.org> ---
Hi Graham Perrin
As far as I know, starting from FreeBSD 14.0 the default shell is no longer
/bin/tcsh, but /bin/sh.
The 'history' command is specific to the tcsh/csh shell, according to
https://man.freebsd.org/cgi/man.cgi?query=history , and does not exist for the
/bin/sh shell.
In the /bin/sh shell, did you try 'fc -l' command?
--
You are receiving this mail because:
You are the assignee for the bug.