Документ взят из кэша поисковой машины. Адрес оригинального документа : 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
Кодировка:
Forcing evaluation of commands

Forcing evaluation of commands

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

[Home] [Search] [Index]