delp
DELP - Free Pascal file deletion tool.
What follows is the Free Pascal File deletion tool manual page. If you have
the manual pages installed, you can view them using the
man command.
delp(1) Free Pascal file deletion tool delp(1)
NAME
delp - The Free Pascal file deletion tool.
SYNOPSIS
delp
DESCRIPTION
delp deletes files in the current directory that are left
over from a Free Pascal compilation process. It knows what
files can be produced by the compile steps and deletes any
such files it finds. At the end it gives a summary of the
number of files that were deleted, together with the
amount of bytes freed by this process.
USAGE
delp takes no options at this time. It just attempts to
delete all known files.
FILE TYPES:
The following file types are recognized by the program and
are deleted:
*.exe Executable files under dos and windows.
*.so *.dll
Shared libraries under linux and Windows.
*.tpu *.tpp *.tpw *.tr
Turbo Pascal compiled units.
*.log *.bak
Backup files and log files.
*.ppu *.o *.a *.s
Compiled units, object files, archives and assem-
bler files created by the Free Pascal compiler on
Linux or Dos
*.ppw *.ow *.aw *.sw
Compiled units, object files, archives and assem-
bler files created by the Free Pascal compiler on
Windows.
*.pp1 *.o1 *.a1 *.s1
Compiled units, object files, archives and assem-
bler files created by the Free Pascal compiler on
the go321v1 platform.
*.ppo *.oo *.ao *.so
Compiled units, object files, archives and
FreePascal 12 Dec 1999 1
delp(1) Free Pascal file deletion tool delp(1)
assembler files created by the Free Pascal compiler
on the OS/2 platform.
ppas.bat ppas.sh link.res fpcmaked
Batch files, link script and makefile utility
files.
SEE ALSO
fpcmake(1) ppc386(1) make(1)
FreePascal 12 Dec 1999 2