From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-10v.sys.comcast.net (resqmta-ch2-10v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:42]) by hurricane.the-brannons.com (Postfix) with ESMTPS id C0C0F79017 for ; Wed, 23 Sep 2015 12:07:56 -0700 (PDT) Received: from resomta-ch2-10v.sys.comcast.net ([69.252.207.106]) by resqmta-ch2-10v.sys.comcast.net with comcast id LjAM1r0022JGN3p01jB4Ho; Wed, 23 Sep 2015 19:11:04 +0000 Received: from eklhad ([IPv6:2601:405:4002:b0a:21e:4fff:fec2:a0f1]) by resomta-ch2-10v.sys.comcast.net with comcast id LjB31r00C0GArqr01jB3Vi; Wed, 23 Sep 2015 19:11:03 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.5.4.2+ Date: Wed, 23 Sep 2015 15:11:03 -0400 Message-ID: <20150823151103.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1443035464; bh=ftVGurfLRS76j49AlqF/UI/efEmuUy2irdAFOoUFGYM=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=kN7sFMRj3E0WJe2rqV6AOnx74qiPvgrbQtG4i1BGzesMi7cExDHkRHShLujKUfMfQ y1zR/qE1g7ff5qj2GxytBRLJYrL4TtxWRNNqNQAJsEpcDiNVYJhAhHoCvDHnZatkV8 tMNrX6OF2RUtfisiCMeHBBYY6Q7O353O2kcrNx9p/2yVwqqHMzS2InYYmgXPP8UvCU ICUCeeCjPAlAl8eEWsP2pEcdbop+Fulndkeb9Cm5ccpGxL78ly5OW+phiXPhuPldGm 26r1JOICXD3KFCKjj5Jnodfd1XLDjlHJAD/CucQQry72aQ1SfCH14UFpcL/eYebn6d pNpwVBJww+WUQ== Subject: [Edbrowse-dev] various ls commands X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:07:57 -0000 These are in directory mode only, and not yet documented, because we're still playing around. lsl length of current file lss approximate size lst time lsp owner group permissions ls i inode lsk number of hard links lsm major minor numbers ls same ls ls s t Now I realize this isn't quite what people are looking for. Some folks would like the directives to be applied to all the files in a directory scan, and that could be done, but it touches a lot of code and I'm not diving into all that just yet, though the above routines will help in this effort. If a line said whatever.c 27389 09/22/2015 08:31 Then that's what I print, and write to a file, but on the delete command I only access the first part of the line, the file name, to delete, and for substitute rename the file again I only access the first part. Probably the same for the shorthand '. So sometimes it's the whole line sometimes part of the line, and it's not hard, just edious, so I didn't jump in. Let's play with these for now and see what we think. Karl Dahlke