The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
command to get count in unzipped folder
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
command to get count in unzipped folder
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
10-17-2007
matrixmadhan
Technorati Master
Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,957
Quote:
Originally Posted by
arunkumar_mca
Thanks thomas ..
But i want to list the files only which has read permision
Thanks,
Arun
Code:
ls -l | awk '{ if( substr($0, 2, 1) == "r" ) { print } }'
matrixmadhan
View Public Profile
Find all posts by matrixmadhan
Find matrixmadhan's past nominations received
Find matrixmadhan's present nominations given