Hi sl! Thanks for your input. I tried something similar and got an error message. I tried your suggestion and got the same error message. It says: "rc: /bin/a:3: token EOF:syntax error". So something else must be added. Thanks!
Kind Regards, Mats 2014-11-07 20:03 GMT, s...@9front.org <s...@9front.org>: >> I like the idea of making a small script but I couldn't make it work. >> What I want is to get this to execute without to much typing: >> term%acme -f /lib/font/bit/lucidasans/latin1.10.font and that's it. >> Any suggestion for a script and how to execute it would be most >> appreciated. > > Anything you type into the shell that produces the desired result is > a valid shell script. > > So, you could make a script $home/bin/rc/a: > > #!/bin/rc > acme -f /lib/font/bit/lucidasans/latin1.10.font > > Do chmod +xr $home/bin/rc/a and then run it by just typing a. > > sl > >