Logo 
Search:

Unix / Linux / Ubuntu Articles

Submit Article
Home » Articles » Unix / Linux / Ubuntu » Homework HelpRSS Feeds

List all hidden files in current directory

Posted By: Ethan Evans     Category: Unix / Linux / Ubuntu     Views: 4715

List all hidden files in current directory.

Code for List all hidden files in current directory in Unix / Linux / Ubuntu

$ ls .[a-z]*

*************
   Output
*************

.bash_history  .bash_profile  .copy.sh.swp  .edit.swp  .exist.sh.swp  .gtkrc
.bash_logout   .bashrc        .editor.swp   .emacs     .first2.txt    .viminfo

.kde:
  
Share: 


Didn't find what you were looking for? Find more on List all hidden files in current directory Or get search suggestion and latest updates.

Ethan Evans
Ethan Evans author of List all hidden files in current directory is from London, United Kingdom.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!