×
Nov 20, 2009 · Extract PHP Value in Shell Script (GPL). Sometimes, it is beneficial to integrate PHP scripts and shell scripts in your system.
This "ExtractFromZIP.bash" UNIX shell script takes the chore out of extract a few files out of a ZIP archive. You can simply specify the file name and this ...
DirectoryHasFile.sh is a Bourne Shell script that helps your custom shell scripts determine whether the specified directory contains any files. This script ...
"IsScript.sh" is a Bourne shell script that determines whether the file you specify is a script. It does it by looking at the first two character of the file ...
Digits.sh is a Bourne Shell script that helps your custom shell scripts determine how many digits is supplied in the argument. When a valid number is entered on ...
"IsScriptRunning.sh" is a Bourne shell script that helps you determine whether another script is already running. If it finds the script you specified on the ...
To use this script, simply call this script with the command you would like to execute. Then the %OutputVariable% will contain the output from the execution.
bash" is an UNIX BASH script that helps you convert tab separated value data into a table in HTML format. The results can be sent to the display output or ...
WebCopy.php is a PHP command-line script that helps you copy a web page to a local file. It only accepts two parameters: 1) the URL; and 2) the file name.
This "dirname.bat" is a Windows batch program that performs the same function as as the UNIX "dirname" command. And that function is to strip the child name ...