![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sigempty what means? | Puntino | UNIX for Dummies Questions & Answers | 1 | 04-28-2008 09:44 AM |
| what these statements means | namishtiwari | UNIX for Dummies Questions & Answers | 1 | 01-17-2008 02:20 AM |
| what it means? | rraajjiibb | UNIX for Dummies Questions & Answers | 4 | 08-31-2004 02:36 PM |
| What does ##* means | yeheyaansari | UNIX for Advanced & Expert Users | 2 | 02-14-2002 09:39 AM |
| what is means by tar xvr - | E-Quality | UNIX for Dummies Questions & Answers | 2 | 09-24-2001 10:48 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
My script is as follows:
SRC=$INPUT_FILE SIZE=$(cksum $SRC | awk '{print $2}') if [[ $SIZE < 1 ]] ; then ls /nosuchdir fi The $INPUT_FILE is received as an argument to this script. This was developed by somebody else. So I am trying to understand the code. I got confused when i saw "ls /nosuchdir" . There will never be a directory under name "nosuchdir" in the whole file system. So what does this mean ?? I heard that people will use like this, and there is some concept behind this. Even I too don't know about hat and much confused... So, please friends help me out... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|