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 > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to get path and check in if statement eltinator Shell Programming and Scripting 6 04-08-2008 09:39 PM
$PWD shows absolute path vs path w/symbolic links kornshellmaven Shell Programming and Scripting 3 06-13-2007 12:15 PM
how to check the actual path instead of link path reldb UNIX for Advanced & Expert Users 4 10-04-2006 09:55 AM
vi - replacing a relative path with absolute path in a file Yinzer955i UNIX for Dummies Questions & Answers 2 09-07-2006 11:47 AM
how to check if path is present? svennie UNIX for Dummies Questions & Answers 3 11-02-2004 06:13 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-29-2008
fpeter75 fpeter75 is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 2
check if specified path is in $PATH

echo $PATH | grep "\/usr\/ucb[:$]" is not working using sh-posix

The problem is very simle.
I want to check '/usr/ucb' is in the PATH environment variable.
If i simply grep '/usr/ucb' i might got wrong result eg '/usr/ucb/bin'.
After the path an end of line or colon character should be.

In other words: in range expression how can i use special character like $.

Thanks in advance
FPETER

Last edited by fpeter75; 08-29-2008 at 05:53 AM..
  #2 (permalink)  
Old 08-29-2008
broli's Avatar
broli broli is offline
Registered User
  
 

Join Date: Dec 2007
Location: Argentina
Posts: 212
greping for EXACTLY this should work
:/usr/ucb:

you cant use $ and ^ because those are line delimiters, but, the : is a word delimitier in the normal $PATH
  #3 (permalink)  
Old 08-29-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
Code:
case :$PATH: in *:/usr/ucb:*) echo is;; esac
  #4 (permalink)  
Old 08-30-2008
vidyadhar85's Avatar
vidyadhar85 vidyadhar85 is offline Forum Staff  
Moderator(The Tutor)
  
 

Join Date: Jun 2008
Location: INDIA
Posts: 1,389
you can use grep -w for exact word grep go through man page..
  #5 (permalink)  
Old 09-01-2008
fpeter75 fpeter75 is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 2
Thanks a lot -A
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:33 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0