The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 02-20-2009
honeym210 honeym210 is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 36
hi to all

the below is the command..........
# nu user=xxx os=unix pgroup=xxxxx

i used below line to get the pgroup name.
--> PGRP=$(echo "$@" |cut -f2 -d'=')


if the user use the pgroup option the above syntax works fine.
if the user don't use the pgroup option the above syntax is failing.
if they don't use the pgroup option it should go to default set.

any suggestions....

thanks