From 1cb2b2f7ba93d0b18d1cf82a0c84c11278823dc1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 7 Dec 2016 11:10:33 +1300 Subject: Add loc(1df) --- man/man1/loc.1df | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 man/man1/loc.1df (limited to 'man') diff --git a/man/man1/loc.1df b/man/man1/loc.1df new file mode 100644 index 00000000..55890f37 --- /dev/null +++ b/man/man1/loc.1df @@ -0,0 +1,13 @@ +.TH LOC 1df "December 2016" "Manual page for loc" +.SH NAME +.B loc +\- find files matching a pattern in the current directory +.SH SYNOPSIS +.B loc PATTERN1 [PATTERN2...] +.SH DESCRIPTION +.B loc +is a simple wrapper around find(1) which searches in the current directory tree +for filenames matching a pattern, and prints them to stdout, newline-separated. +It is intended only for interactive use. +.SH AUTHOR +Tom Ryder -- cgit v1.2.3