1

Подскажите, как создать скрипт чтобы запускался сначала xterm, а в нем определенная команда.
Вот пример, но не работает:
#!/bin/bash
/usr/bin/xterm
/usr/каталог/исполняемый_файл

2 (30.08.2013 22:31:30 отредактировано Lupo Alberto)

man xterm
...
-e program [ arguments ... ]
   This option specifies the program (and its command line arguments) to be run in the xterm window.  It also sets the  window  title  and  icon
   name  to  be  the basename of the program being executed if neither -T nor -n are given on the command line.  This must be the last option on
   the command line.
...
Был, был и весь вышел...

3

Спасибо! Можно закрывать)))