User Portlet User Portlet

Discussions
I want to run some lines of Mathematica8 code by a command-line call for math. As a test, I save just the following code in a file test.m: `Put[1+1,"/home/tghfsi/Desktop/Test.txt"];` but when I type in Linux terminal: `tghfsi@Toughee:~$ math...