31 Oct
2002
31 Oct
'02
18:48
* Greg Freemyer (freemyer@NorcrossGroup.com) [021031 10:00]:
On other UNIX systems, I have used od -c /tmp to show me the exact contents of the driectory, then used that info to delete the files.
How do I delete these files in Linux.
You could use od like you described or something like find /tmp -exec rm -- '{}' \; -- -ckm