I want to get my bash command history as many as possible, I find ./bash_history only contains most recent two thousands lines, does it mean the ones before that is lost forever? Is there anyway to get it back.
Thanks a lot. Roy987
残念ながら、あなたの過去の歴史は永遠に失われます。しかし、将来的にそれを維持することができます。増加$HISTSIZE
して$HISTFILESIZE
役立ちますが、すべてのコマンドを永久に保持したい場合は、このヒントを確認してください。