![]() |
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 |
| redirecting variable content to a file! | lloowen | Shell Programming and Scripting | 2 | 05-24-2008 04:30 PM |
| Content of Content of a variable! | jaduks | Shell Programming and Scripting | 2 | 08-27-2007 12:40 AM |
| replace a string with content from another file | afatguy | Shell Programming and Scripting | 4 | 09-14-2006 09:25 PM |
| How to replace a variable content | josephwong | Shell Programming and Scripting | 4 | 06-25-2006 11:18 PM |
| Compare the content of 2 files | odogbolu98 | Shell Programming and Scripting | 3 | 09-10-2002 11:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Compare the content of a variable with a string
Hello all:
I'm new in Unix and here and I'am spanish so my english isn't so good to explain my doubt. Here it is. Very urgent: I need to compare the value of a variable with a string. Example is this. Imagine that the variable x1 contains the path and a file text and I need to compare this with a string to put later with a echo a message Could you help me? I need to get only the name of the file without the path and I don't know how to do this. Something like this? For_prp contains the path: C:\Program_Files\example\A1\prueba.txt and I need to compare with "prueba". Is like this? if [ `grep -l '*prueba' ${For_prp}` ]; then echo "The file${For_prp} is form the module of Pruebas" Than you |
|
||||
|
Than you very much
thanks a lot |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|