Google
×
Excerpt: "Replace_HTML_Tags.bash" is a BASH script that will replace all HTML tags with a string of your choice. Given a HTML string and a substitution string, ...
This online utility allows you to convert HTML into plain text. It does so by removing all of the HTML tags. Type or copy-and-paste the HTML text you wish to ...
"ConvertTableTabs2HTML.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 ...
This online utility allows you to convert text paragraphs into HTML tagged paragraphs. It saves you the time and effort of adding line-breaks, opening and ...
DirectoryHasFile.sh is a Bourne Shell script that helps your custom shell scripts determine whether the specified directory contains any files. This script ...
"DriveLabel.bat" is a batch file that returns the label given a drive letter. "DriveLetter.bat" takes advantage of the following batch files, which are also ...
This "basename.bat" is a Windows batch program that performs the same function as as the UNIX "basename" command. And that function is to strip the parent ...
"RunAsAdministrator.cmd" is Windows batch program that elevates a script or program to admin level. This script does the same thing as you right-clicking on a ...
MarkOriginal.bat allows you to mark all of the relevant files in a specific directory simply by dragging the folder on to this batch script. MarkOriginal.bat ...
IsDirectory.bat is a Windows batch program that can help determine if a specified path is a directory or not. IsDirectory.bat outputs 1 (for true) when the ...