Searched +refs:savehist +refs:save (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dbcsh.sh161 # savehist number of commands remembered from last bcsh session
292 # save the read-and-evaluate time by removing them.
309 savehist=${savehist-22}
376 export histfile savehist history aliasfile EDITOR VISUAL PAGER cmdno PS1 PS2
392 trap "tail -n $savehist $histfile>/tmp/hist$$;uniq /tmp/hist$$ > $histfile;\
781 save=$i
786 badsub="No arguments to command '$save'"
920 tail -n $savehist $histfile>/tmp/hist$$
927 tail -n $savehist
[all...]

Completed in 108 milliseconds