The UNIX and Linux Forums  

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 here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
user has access only to one dir learn82 UNIX for Advanced & Expert Users 1 02-25-2008 03:40 AM
Granting User Access awaismalik82 UNIX for Dummies Questions & Answers 3 02-17-2005 09:34 PM
FTP user access Spetnik UNIX for Dummies Questions & Answers 1 01-17-2003 11:21 AM
user access limits? sphiengollie UNIX for Advanced & Expert Users 1 03-17-2002 09:21 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 11-09-2007
Registered User
 

Join Date: Nov 2007
Posts: 1
User dir access using ~ in sh

I am writing code to copy file if user dir exists.
Code snippet :

#!/bin/sh
if [ -d ~user1 ]
then
cp ~user1/file file
else
cp ~user2/file file
fi

This code works if shell is ksh but not if shell is sh.
Can anyone suggest how this can work in sh script?

Thanks,
Ashish
Reply With Quote
Forum Sponsor
  #2  
Old 11-09-2007
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by Ashishp View Post
This code works if shell is ksh but not if shell is sh.
You could use "getent passwd username" to get the record for the user, then extract the home directory from there, else use

`/usr/bin/ksh -c "echo ~$username"`
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 07:16 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0