2,684
edits
(get rid of sortlattices alias) |
(update) |
||
Line 3: | Line 3: | ||
alias scalefactors "egrep ' ..... 0 ...... ........ .. ..... .... ... ...... ......' INTEGRATE.LP" | 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" | |||
alias | In sh/bash/ksh/zsh syntax the latter would be: | ||
alias scalefactors3="egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP" | |||
which could go into ~/.bashrc (or should it go into .login or .profile?) | which could go into ~/.bashrc (or should it go into .login or .profile?) |