And really - if you are gonna use green screen and rpgle/sqlrpgle to process the list, this is the correct answer. Ignore everything I said about unix/qshell/pase.
On Thu, 2021-09-23 at 14:03 +0000, Rob Berendt wrote:
select path_name, create_timestamp, object_change_timestamp
from table(qsys2.IFS_OBJECT_STATISTICS(
start_path_name => '/home',
subtree_directories => 'YES'))
order by 3 desc
limit 10;
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 7310 Innovation Blvd, Suite 104
Ft. Wayne, IN 46818
Ship to: 7310 Innovation Blvd, Dock 9C
Ft. Wayne, IN 46818
http://www.dekko.com
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx<mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx>> On Behalf Of Howie, Bill
Sent: Thursday, September 23, 2021 9:44 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx<mailto:midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: QSHELL directory list with file name and date
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hello all,
I'm working on a program where I need to show a list of files in an IFS directory and the dates of those files. I've been using the QSHELL "ls" command with the "-lt" option. In my program I dump the STDOUT file contents and read through them, parsing out the date and file name. Unfortunately in my experience with using the "-lt" option the date and file name fields don't start in exactly the same place all the time. So I've been playing around with other options of the "ls" command. I know of one that shows just the file name but I can't find one that shows just the file name and the file date. Any thoughts? I could resort to continuing to use the "-lt" option and scanning the string for spaces and using that approach to try to consistently get the fields, but I thought I'd ask the group if there was something I was missing before I take that approach.
As always, any info is most appreciated. Thanks!
[Related image]<
https://www.hc-companies.com/>Bill Howie
Senior ERP Programmer/Analyst
Direct: 330.487.3739 | Cell: 330.888.8085 | Toll Free: 800.225.7712
2450 Edison Blvd, Suite 3, Twinsburg OH 44087
hc-companies.com<
https://www.hc-companies.com/>
Leader in Horticultural Containers
[cid:image003.png@01D7B05D.1EDD36A0<mailto:image003.png@01D7B05D.1EDD36A0>]<
https://www.linkedin.com/company/the-hc-companies> [cid:image004.png@01D7B05D.1EDD36A0<mailto:image004.png@01D7B05D.1EDD36A0>] <
https://www.facebook.com/HCCompanies/> [cid:image005.png@01D7B05D.1EDD36A0<mailto:image005.png@01D7B05D.1EDD36A0>] <
https://www.instagram.com/hccompanies/> [cid:image006.png@01D7B05D.1EDD36A0<mailto:image006.png@01D7B05D.1EDD36A0>] <
https://twitter.com/hc_companies>
Disclaimer
The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business. Providing a safer and more useful place for your human generated data. Specializing in; Security, archiving and compliance. To find out more visit the Mimecast website.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L@xxxxxxxxxxxxxxxxxx>
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx>
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx<mailto:support@xxxxxxxxxxxxxxxxxxxx> for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp]
Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550<tel:985-893-2550>
Toll Free: 877-893-2550<tel:877-893-2550>
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.