aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mked.1df
blob: 202ba386e478af8be734c797349f7aed52e1eeb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH MKVI 1df "July 2018" "Manual page for mked"
.SH NAME
.B mked
\- create paths to all argument files before invoking $EDITOR
.SH SYNOPSIS
.B mked
file0 dir1/file1 dir2/subdir/file2
.SH DESCRIPTION
.B mked
iterates through its arguments and creates the full paths to each of them
before running $EDITOR with the same arguments. If the directory creation
fails, the script stops before invoking the editor.
.SH SEE ALSO
mked(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>