code / nuke

Lines646 C608 make30 Markdown8
(37 lines)
1 .\" Manpage for nuke.
2 .\" Contact bruce@bruce-hill.com to correct errors or typos.
3 .TH man 8 "3 January 2019" "1.0" "nuke man page"
4 .SH NAME
5 nuke \- nuke files from orbit
6 .SH SYNOPSIS
7 .B nuke
8 [
9 .I files...
11 .SH DESCRIPTION
12 Sometimes, deleting a file isn't enough. \fBnuke\fR will nuke them from orbit.
13 .SH INPUT
14 .TP
15 \fBnuke\fR will recursively delete all files and directories you provide it.
16 It will ask for confirmation before deleting.
17 .SH OPTIONS
18 .B \--help
19 Print the command line usage.
20 .SH EXAMPLES
21 .TP
22 .B
23 nuke junk/
24 Nukes the directory \fBjunk/\fR
26 .TP
27 .B
28 nuke file1 file2 file3
29 Nukes all three files
31 .TP
32 .B
33 sudo nuke /
34 Uh, you might not want to try that one.
36 .SH AUTHOR
37 Bruce Hill (bruce@bruce-hill.com)