|
From: | SF Markus Elfring |
Subject: | Determination of file lists from selected folders without returning directory names |
Date: | Mon, 17 Jul 2017 19:25:27 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
Hello, The tool “ls” supports the filtering of directory contents. I am looking for possibilities for performing such data processing a bit faster when directory names can (and should) be excluded. A corresponding result could be achieved by using a subshell (which I would like to avoid for this use case) for a command like “(cd ${my_dir} && ls *txt)”. Can such functionality become interesting for any more software tools? Regards, Markus
[Prev in Thread] | Current Thread | [Next in Thread] |