From owner-freebsd-current@FreeBSD.ORG Wed Jun 16 12:08:11 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E53501065675 for ; Wed, 16 Jun 2010 12:08:11 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 904298FC1C for ; Wed, 16 Jun 2010 12:08:11 +0000 (UTC) Received: by iwn7 with SMTP id 7so7796995iwn.13 for ; Wed, 16 Jun 2010 05:08:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=MQX+w2NzxsJFq63y77iSBYkYi5t+XE+4mZHExhaV6S0=; b=Y3C40XjXWyqGlnJzsM7B+wHbcKgVGWOcMlA+dVY7kkh1tWcmUBt7VBCihChjUt35Sq j76wz3Pf2zDRKLWa7ueYiL/2xDeAee7QvhQTlhEy6mbpgSRqYFMfYkQDI4McGVuw2UfM rQoGuLKCjTz7Ho+fjuJCEIehw6X2KVLd0l970= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=i3OyjeZD8+Sg++R4ObhNu9w6g4r/9PZN3YUUkoUPtEQ42rBY46duTX9dL3vCi0tpD3 hwUStnE95Rwf1GT5bXEDkjg97+ngj30tPulBoBqz4roR8JzpKQ8yKCqq0H90Qmmk80A2 GEke0k2MAuxJ+H0YZTlT3UJ9hkENCX2adET58= Received: by 10.231.180.166 with SMTP id bu38mr9000394ibb.193.1276690090043; Wed, 16 Jun 2010 05:08:10 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-128-180.dsl.klmzmi.sbcglobal.net [99.181.128.180]) by mx.google.com with ESMTPS id t28sm30870589ibg.6.2010.06.16.05.08.08 (version=SSLv3 cipher=RC4-MD5); Wed, 16 Jun 2010 05:08:08 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C18BEA6.8070100@dataix.net> Date: Wed, 16 Jun 2010 08:08:06 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100515 Thunderbird MIME-Version: 1.0 To: "Sam Fourman Jr." References: <4C18304A.1080601@dataix.net> <4C18322A.6050007@dataix.net> <4C18B57F.1060308@dataix.net> <4C18BB55.1050202@dataix.net> <4C18BCED.8060202@dataix.net> In-Reply-To: <4C18BCED.8060202@dataix.net> X-Enigmail-Version: 1.0.1 OpenPGP: id=89D8547E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Brandon Gooch , FreeBSD Current , jilles@stack.nl Subject: Re: [MFC REQUEST] Filename completion in sh(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 12:08:12 -0000 I should probably also mention that it does not have "username" completion the the following form ~userna[TAB][TAB] But does complete ~/[TAB][TAB] from your own home directory. And if you spell out the username as ~username/[TAB][TAB] that will also work. So do not be surprised. -- jhell