Download raw body.
Help for a first diff
Say I wished to submit a diff that implements the following changes : # cat /etc/kshrc.local export HISTCONTROL=erasedups:ignorespace export HISTFILE=$HOME/.history export HISTSIZE=15000 alias ll='ls -l' alias la='ls -A' alias LA='ls -Al' # grep kshrc.local ~/.profile . /etc/kshrc.local Or one that would replace the default fvwm with cwm in xenocara. What would be the sequence of commands ? -- Sylvain Saboua
Help for a first diff