summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-22 13:08:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-22 13:08:21 +1000
commit15ca6e88426b1b0919151e23268163d93c81e8a0 (patch)
treedb84232ce2a4aa2f879f49eee9553a1539c633da /sftp.1
parenta4e9ffa6533de9b60c4a0395822a7e3aca4eec68 (diff)
- djm@cvs.openbsd.org 2004/06/21 22:41:31
[sftp.1] document sort options
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.116
1 files changed, 15 insertions, 1 deletions
diff --git a/sftp.1 b/sftp.1
index fec67731b..3b035b1d4 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.56 2004/06/20 19:28:12 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.57 2004/06/21 22:41:31 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -307,6 +307,20 @@ The
307.Fl n 307.Fl n
308flag will produce a long listing with user and group information presented 308flag will produce a long listing with user and group information presented
309numerically. 309numerically.
310.Pp
311By default,
312.Ic ls
313listings are sorted in lexicographical order.
314This may be changed by specifying the
315.Fl S
316(sort by file size),
317.Fl t
318(sort by last modification time), or
319.Fl f
320(don't sort at all) flags.
321Additionally, the sort order may be reversed using the
322.Fl r
323flag.
310.It Ic lumask Ar umask 324.It Ic lumask Ar umask
311Set local umask to 325Set local umask to
312.Ar umask . 326.Ar umask .