2,356
edits
Changes
From XDSwiki
Jiffies
,no edit summary
Here is a one-liner for your .cshrc :
alias scalefactors "egrep ' ..... 0 ...... ........ .. ..... .... ... ...... ......' INTEGRATE.LP" This used to work until XDS Version June-2015. Since then it should be alias scalefactors3 "egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP"
In sh/bash/ksh/zsh syntax the latter would be:
alias scalefactors3scalefactors="egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP"
which could go into ~/.bashrc (or should it go into .login or .profile?)