![]() |
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 |
| get cygpath to leave relative paths as relative? | fabulous2 | UNIX for Dummies Questions & Answers | 0 | 12-03-2007 07:45 AM |
| Finding relative path of a file | chiru_h | Shell Programming and Scripting | 4 | 04-16-2007 08:20 PM |
| list all ports and their relative IP@ if any | samsal_991 | UNIX for Dummies Questions & Answers | 4 | 04-10-2006 11:16 AM |
| relative pointers on Unix | rahul_verma | High Level Programming | 3 | 07-24-2005 12:36 AM |
| Relative directory - NOT absolute | sierra_aar | Shell Programming and Scripting | 4 | 09-09-2002 05:11 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
problem with relative pathing
Hi all,
My directory structure is as follows home /md/DEV/SCRIPTS/DAILY and home/md/DEV/MIS/LANDING so this command find home/md/DEV/MIS/LANDING -name MIS_Customer_\* is giving me the desired output /home/md/DEV/MIS/LANDING/MIS_Customer_20080114.txt. since i dont want to hardcode the path ie)home/md/DEV i opt for relative path like find ../../MIS/LANDING -name MIS_Customer_\*.(since my scripts are in SCRIPTS/DAILY).because of this, am getting output as ../../CIS/LANDING/MIS_Customer_20080114.txt which is undesirable.instead i want it like /home/md/DEV/MIS/LANDING/MIS_Customer_20080114.txt...pease help me to do this.or let me know if there is anyother workaround regards, rajarp |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|