What are you working on? - Programming On Unix
Users browsing this thread: 48 Guest(s)
|
|||
(09-08-2023, 12:55 PM)movq Wrote: In the beginning, I used ls(1). I also have my list-directory-entries alternative, dir, which is just a wrapper script around color-tree. "d" is an alias to it. d lists entries of current directory d dir/ lists entries of dir/ d - dir/ recursively lists entries of dir/ d - dir/ foo recursively search for a file containing foo in dir/ Also options -d to ignore non-directory entries, -l to long list mtime and owner information. Since listing directory entries (and changing the current directory) is something we do the most on a shell session, it is reasonable to spend some time working on a dir lister that work the best for you. |
|||