==== fileutil ==== Fileutil is a program which is a utility for files written in C. It combines the functionality of cat cp and mv. It allows you to copy or move the contents of a given file to stdout or to a another file. You can also choose whether or not to overwrite the destination file if it exists. SYNOPSIS: fileutil SOURCE fileutil SOURCE [OPTIONS] -d DEST OPTIONS: OPTION ARGUMENT(S) DESCRIPTION -d DEST Specifies the path (DEST) of the output directory -M Move the file from its destination rather than copying it -F Allows the program to overwrite a file if it already exists (must be used with -d)