×
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.
 
Thanks Jack,
What specifically do I need to install from open source ...
/QOpenSys/pkgs/bin/find /var/tmp/*   -type f 
  qsh: 001-0014 Command /QOpenSys/pkgs/bin/find not found. 
  $ 
Thanks
Don
From:   "Jack Woehr via MIDRANGE-L" <midrange-l@xxxxxxxxxxxxxxxxxx>
To:     "Midrange Systems Technical Discussion" 
<midrange-l@xxxxxxxxxxxxxxxxxx>
Cc:     "Jack Woehr" <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
Date:   22/10/2023 01:00 AM
Subject:        Re: deleting IFS files
Sent by:        "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxxxxxxxx>
On Sat, Oct 21, 2023 at 12:37 AM Don Brown via MIDRANGE-L <
midrange-l@xxxxxxxxxxxxxxxxxx> wrote:
I am obviously missing something ...
You're missing that you're beating your head against the wall dealing with
the IFS using QSH and the tools that come with it.
Assuming you've installed a reasonable amount of open source stuff using 
yum
make sure you're using the Gnu tools by putting /QOpenSys/pkgs/bin at the
head of your PATH . Then find should behave as you expect.
One exception to this general procedure is that /usr/bin/iconv understands
EBCDIC while Gnu iconv does not (*despite Calvin Buckley having submitted
and had accepted a PR for EBCDIC to Gnu iconv, which about 2 years later
has still not been released!*)
I can manually delete a single file from wrklnk.
rm is simpler
As an Amazon Associate we earn from qualifying purchases.