On 8/29/23 12:30, Larry Martell wrote:
which returns nothing unless I start it at / then I get about a dozen no permissions because I don't allow root and ssh in the same building. All my other machines are mounted as me using sshfs.On Tue, Aug 29, 2023 at 9:19 AM gene heskett <gheskett@shentel.net> wrote:On 8/28/23 12:20, zithro wrote:On 28 Aug 2023 09:29, gene heskett wrote:To aid in finding it, what extension might that file be carrying to indicate its a .snd fle, which according to grep on ls -lR's output, does not exist in the thousands of files under hundreds of random names.The keyword above is extension, the find/grep tools seem to find a match anywhere in a filename. getting a thousand hits, none of which are the last 4 chars of a name.find . -regex '.*\.snd$' -print .
And does not find anything when invoked in a suspected path. Cheers, Gene Heskett. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis Genes Web page <http://geneslinuxbox.net:6309/>