cshutil.tar.gz - Utilities for used with the original csh(1) License [unlicense](https://unlicense.org) The comments in each of these scripts describe how to set up on your own system. Just copy to a Directory in your path (line ~/bin) and set up your environment accordingly. fc.csh ------ This is a hack to give csh(1) a command similar to ksh(1) fc command. This is really only useful for csh(1), it can be modified for use with tcsh(1), but tcsh(1) has better methods of command line editing. filter_csh.csh -------------- This utility that can be added to cron. It filters and mergers all separate csh histories and replace the histories with the combined file. Should only be executed via cron on boot or when you are not logged in. Setup is documented in the comments of this script. This allows me to use multiple tmux(1) windows with csh(1) without loosing history. You will need to modify your ~/.cshrc in order to use this method. See comments in the script. hh.csh ------ Search csh(1) history and format output for easier reading. This is useful on both csh(1) and tcsh(1). $Id: cshutil.txt,v 1.1 2025/11/29 14:56:44 jmccue Exp $