1delp(1) Free Pascal file deletion tool delp(1)
2
3
4
6 delp - The Free Pascal file deletion tool.
7
8
10 delp [options] directory
11
12
14 delp deletes files in the specified directory that are left over from a
15 Free Pascal compilation process. It knows what files can be produced by
16 the compile steps and deletes any such files it finds. At the end it
17 gives a summary of the number of files that were deleted, together with
18 the amount of bytes freed by this process.
19
20
22 delp takes the following options at this time:
23
24 -e Delete all executable files as well. This option has no effect
25 on Linux.
26
27 -h Displays a short help message.
28
29 -q Be more quiet. Normally, delp gives a count of the number of
30 files deleted. If this option is given, no messages are dis‐
31 played.
32
33
35 The following file types are recognized by the program and are deleted:
36
37 *.exe Executable files under dos and windows. Only deleted if the -e
38 option is given.
39
40 *.so *.dll
41 Shared libraries under linux and Windows.
42
43 *.tpu *.tpp *.tpw *.tr
44 Turbo Pascal compiled units.
45
46 *.log *.bak
47 Backup files and log files.
48
49 *.ppu *.o *.a *.s
50 Compiled units, object files, archives and assembler files cre‐
51 ated by the Free Pascal compiler on Linux or Dos
52
53 *.ppw *.ow *.aw *.sw
54 Compiled units, object files, archives and assembler files cre‐
55 ated by the Free Pascal compiler on Windows.
56
57 *.pp1 *.o1 *.a1 *.s1
58 Compiled units, object files, archives and assembler files cre‐
59 ated by the Free Pascal compiler on the go321v1 platform.
60
61 *.ppo *.oo *.ao *.so
62 Compiled units, object files, archives and assembler files cre‐
63 ated by the Free Pascal compiler on the OS/2 platform.
64
65 ppas.bat ppas.sh link.res fpcmaked
66 Batch files, link script and makefile utility files.
67
69 fpcmake(1) ppc386(1) make(1)
70
71
72
73Free Pascal 12 Dec 1999 delp(1)