From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 18:36:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72C816A41C for ; Mon, 11 Jul 2005 18:36:33 +0000 (GMT) (envelope-from brian.henning@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0708E43D45 for ; Mon, 11 Jul 2005 18:36:32 +0000 (GMT) (envelope-from brian.henning@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so840797rne for ; Mon, 11 Jul 2005 11:36:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qLoJkwD9Cz23JiKOS9TY+ku0HSrSbHt6j5jJtm+fSa0MS7mZJXxfJ5q42eJ9KmeFuay7nN9Q3bg8uVdQ0pqa1qwB59TTikSw7gxy7qc4o0wRT1gWzAtAJuv7Rwjl08q99bxdjn0Xm08JtYk1LwBXtnZUzoamjPt5j01DMgeXrJ0= Received: by 10.38.24.53 with SMTP id 53mr825382rnx; Mon, 11 Jul 2005 11:36:31 -0700 (PDT) Received: by 10.38.86.49 with HTTP; Mon, 11 Jul 2005 11:36:31 -0700 (PDT) Message-ID: <1f75ab0e050711113657ba7057@mail.gmail.com> Date: Mon, 11 Jul 2005 13:36:31 -0500 From: Brian Henning To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: OT: Shell script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brian Henning List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 18:36:34 -0000 All, I am trying to write an SH script that i need some functionality.=20 I want it to be able to get a filename without the extention on the end. for example. file.mp3 i would like it to return 'file'. Any ideas? Thanks, BH