On 6/30/2011 5:46 AM, Carl Friis-Hansen wrote: > You might need to do it on the same line, like: > gnome-terminal -e "ls -l" > > If you want really good control, you could make a small C or C++ program. Or you could do it in Python faster. from os import system system('ls -la')