[glug-t] One Day One GNU/Linux Command (LS)
- From: Bharathi Subramanian <sbharathi@xxxxxxxxxxxxx>
- To: GNU/Linux User Group of TCE <glugot@xxxxxxxxxxxxx>, GNU/Linux Users Group - Trichy <glug_t@xxxxxxxxxxxxx>, VEC-FOSS <vecfoss@xxxxxxxxxxxxxxxx>
- Date: Thu, 17 Apr 2008 10:56:37 +0530 (IST)
One Day One GNU/Linux Command
=============================
ls -- List directory contents
Summary :
List the current directory contents and informations.
Examples :
$ ls -- Alphabetically list all files and Dir
$ ls --color=always -- Output in color
$ ls -F -- Files are classified with /@|= symbols
$ ls -1 -- Output in single column
$ ls -a -- Display hidden entries starting with .
$ ls -R -- Recursive output
$ ls -Q -- Enclose entry names in double quotes
$ ls -lh -- List file is long format and show size in
human readable form like KB, MB, GB, ..
$ ls -m -- List file in comma separated entries.
$ ls -lt -- Sort and show by last modification time.
$ ls -lu -- Sort and show by last access time.
$ ls -rlu -- Show in reverse order.
Read : man ls
HTH :)
--
Bharathi S
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
Other related posts:
- » [glug-t] One Day One GNU/Linux Command (LS)