2,684
edits
Docandreas (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Here is a one-liner for your .cshrc : | Here is a one-liner for your .cshrc : | ||
alias scalefactors | alias scalefactors "egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP" | ||
In sh/bash/ksh/zsh syntax the latter would be: | In sh/bash/ksh/zsh syntax the latter would be: | ||
alias | alias scalefactors="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?) |