Show To Display Print Hidden Files Linux Unix Command

Mobile
feeds
Welcome Login | Register

Show To Display Print Hidden Files Linux Unix Command
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » Linux Forums
        » » Show To Display Print Hidden Files Linux Unix Command
Show To Display Print Hidden Files Linux Unix Command
Post Description: show to display print hidden files linux unix command Linux
Post Tags:
This Post Has Been Viewed 10388 Times Since Sat Aug 26, 2006 12:43 am Author unix with 7 replies
Next Post »» Linux Shell Command File Permissions Display Show Print Unix
Show To Display Print Hidden Files Linux Unix Command
Advertise On This Page




To show hidden files in UNIX/Linux, execute this shell command:


     Code:
ls -a



Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : Show To Display Print Hidden Files Linux Unix Command

Comments and replies About Show To Display Print Hidden Files Linux Unix Command
:: 1 :: Reply #11528 Reply By kara On Thu Jul 19, 2007 2:47 am
kara:
let me know
1.which unix command gives list of all hidden files only.
2. which unix command gives list of all directories only.
:: 2 :: Reply #42078 Reply By ratnakar On Wed Feb 20, 2008 4:20 am
ratnakar:
which unix command gives list of all hidden files only.
:: 3 :: Reply #79619 Reply By sophia On Thu Nov 06, 2008 12:32 pm
sophia:
how to locate the hidden files in the directory..?
could not use ls -a
:: 4 :: Reply #81490 Reply By initializaiton On Sat Nov 15, 2008 1:15 pm
initializaiton:
can you help me with initializaiton file
:: 5 :: Reply #101808 Reply By atnlie On Wed Apr 29, 2009 5:31 pm
atnlie:
nice command
:: 6 :: Reply #126959 Reply By Khushboo On Fri Jan 29, 2010 3:50 am
Khushboo:
to list directories only...
ls -l | grep "^d"
:: 7 :: Reply #128736 Reply By sreedhar On Tue Feb 23, 2010 2:18 am
sreedhar:
ls -l | grep "^\."

It shows only the hidden files..