Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.3.html
Дата изменения: Fri Jan 17 12:43:20 1997 Дата индексирования: Tue Oct 2 01:02:05 2012 Кодировка: |
Another built-in function is eval which takes the arguments on the command line and executes them as a command. For example:
#!/bin/sh echo "enter a command:" read command eval $command