The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-18-2008
jagnikam jagnikam is offline
Registered User
 

Join Date: Jan 2008
Posts: 55
Question list files or folders

Thanks for reply

there are 6 files & 9 folder in my /home/jag/ folder

so when i am running command this command to list files

#find *.txt or find *.*

then it shows 5 out off 6 files i want see all files

second when i m running this command to view all folders

#ls --hide=*.*
it shows all folder excluding one which named as jag12.11.2007

i want to view files & folders

again thanks for reply

Please help me
Reply With Quote