sh pause command not found
The "pause" command is not recognized by the shell in the operating system you are using. This command is typically used in Windows command prompts to pause the execution of a script or batch file, but it is not available in other operating systems such as Linux or macOS.
If you are trying to pause a script or command in a Unix-based operating system, you can use the "sleep" command instead. For example, to pause for 5 seconds, you can use:
sleep 5
This will pause the execution of the script or command for 5 seconds before continuing.
原文地址: https://www.cveoy.top/t/topic/bbCF 著作权归作者所有。请勿转载和采集!