vimdiff
Doesn't do directory comparisons, but I have the full power of vi
at my fingertips.
$ vim -d /etc/skel/.bashrc ~/.bashrc
# ~/.bashrc: executed by bash(1) for »| # ~/.bashrc: executed by bash(1) for»
# see /usr/share/doc/bash/examples/st»| # see /usr/share/doc/bash/examples/s»
# for examples | # for examples
|
--------------------------------------| # Use Fink if it exists
--------------------------------------| root=/sw; [[ -d $root ]] && . $root/»
--------------------------------------|
# If not running interactively, don't»| # If not running interactively, don'»
[ -z "$PS1" ] && return | [ -z "$PS1" ] && return
|
# don't put duplicate lines in the hi»| # don't put duplicate lines in the h»
# don't overwrite GNU Midnight Comman»| # don't overwrite GNU Midnight Comma»
export HISTCONTROL=$HISTCONTROL${HIST»| #export HISTCONTROL=$HISTCONTROL${HI»
# ... or force ignoredups and ignores»| # ... or force ignoredups and ignore»
export HISTCONTROL=ignoreboth | export HISTCONTROL=ignoreboth
--------------------------------------| export HISTFILESIZE=50000
--------------------------------------| export HISTSIZE=50000
|
# append to the history file, don't o»| # append to the history file, don't »
shopt -s histappend | shopt -s histappend
|
# for setting history length see HIST»| # for setting history length see HIS»
/etc/skel/.bashrc [RO]1,1 Top .bashrc 1,1 Top
"~/.bashrc" 112L, 3478C