[glug-t] One Day One GNU/Linux Command (LS)

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: