Opimizing tar, adding U flag

This commit is contained in:
David Galos
2013-07-18 15:14:53 -04:00
parent c5f10c4b06
commit cd1526715f
2 changed files with 59 additions and 46 deletions

5
ls.1
View File

@@ -3,7 +3,7 @@
ls \- list directory contents
.SH SYNOPSIS
.B ls
.RB [ \-adlt ]
.RB [ \-adltU ]
.RI [ file ...]
.SH DESCRIPTION
.B ls
@@ -23,5 +23,8 @@ links, owner, group, size, and modification time.
.TP
.B \-t
sorts files by modification time instead of by name.
.TP
.B \-U
keeps the list unsorted.
.SH SEE ALSO
.IR stat (2)