NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: /bin/sh command history in NetBSD/i386
Date: Wed, 1 Feb 2017 11:50:36 +0100 (CET)
From: Marco Beishuizen <mbeis%xs4all.nl@localhost>
Message-ID: <alpine.BSF.2.20.1702011149500.8014@localhost>
| Yes, did log out all sessions. Even after a reboot no change.
In a shell where history (which is required for command editing)
is not working, do ...
exec >/tmp/sh-output 2>&1
echo $-
env
set
ls -ld "${HOME}"
ls -ld "${HISTFILE}"
ls -ld "$(dirname "${HISTFILE}")"
and send me (off list) the results (what is written to /tmp/sh-output).
kre
Home |
Main Index |
Thread Index |
Old Index