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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-19-2009
salman4u salman4u is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 52
What does the following command do?

Hello,
what does this follow command imply?
Code:
ls -l | sed -n '/^.{5,8\}w/p'
Thanks in advance! i got confused seeing this command in one of the book's exercise