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
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |