×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I don't have access to a system right now to confirm using QSHELL but, in Unix, you HAVE to add the -print option. Otherwise, all you get is a return code that has to be checked.
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of James H. H. Lampert via MIDRANGE-L
Sent: Monday, August 9, 2021 11:04 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Cc: James H. H. Lampert <jamesl@xxxxxxxxxxxxxxxxx>
Subject: Re: Is there an easy way to find a file in the IFS?
On 8/9/21 11:01 AM, Justin Taylor wrote:
How about this from QSH or PASE shell?
find */file_name
John Yeung explained the problem: I needed to quote the wildcarded name.
Once I did that, everything worked. Unfortunately, I didn't find what I
was looking for, but even a negative result is a result.
--
JHHL
As an Amazon Associate we earn from qualifying purchases.