The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
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 02-05-2008
risshanth risshanth is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 64
What does ls /nosuchdir means ???

I do have a segment in my code like follows:

if [ condition ] then
ls /nosuchdir
fi


what does the ls /nosuchdir means ??