Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
bash history & csh / tcsh
Name: Peter Date: November 21, 2003 at 04:31:08 Pacific OS: rh9 CPU/Ram: 500
Comment:
Hi.
I was wondering if anyone has ever done the following ?
A. Modified their .bash_history file to include time stames
B. Made a "bash_history like" file for cshell and tcsh ???
If anyone knows how to do this and would not mind setting me in the right directon, I would much appriciate it.
Summary: Why not read the info pages? I've only used the bash history in a primitive way - pressing the up/down arrows, grepping 'history' and occasionally doing an 'fc -s ,,,' ...
Summary: A shell is the command-line "environment" in Unix. It interprets and executes the commands you type at the prompt. Bash (Bourne Again Shell)is one of many shells available to the Unix/Linux user. Csh,...