pavement

DIR

From FreeBSDwiki
Revision as of 14:58, 25 August 2004 by Pete (Talk | contribs)
Jump to: navigation, search

Under FreeBSD and other unix-like OSes, the equivalent command is ls.

ls is best combined with grep if you plan on doing any filtering.

Windows:

dir *.txt

Unix:

ls | grep .txt

Windows:

dir boogy*.*

Unix:

ls | grep boogy

Personal tools