Thread: Alias help please!
hello all,
i'm trying make alias 'mkmfix' avoid having type in
everytime want make mfix.exe file. have:php code:/bin/sh ~/mfix/model/make_mfix
in bashrc file, , have tried few alterations no luck!php code:alias mkmfix='/bin/sh ~/home/oli/mfix/model/make_mfix'
in advance,
oli
the '~' means '/home/oli', so, should be
alias mkmfix='/bin/sh /home/oli/mfix/model/make_mfix'
after editing .bashrc file, try starting new terminal window see if works.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Alias help please!
Ubuntu
Comments
Post a Comment