>       ufs:fd0a        ....

>       set `df /` ; dev="/dev/$8"

How about something like

  IFS=': '; set `df /`; IFS=' '
  dev="/dev/$9"

-- Richard


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to