×
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.
The . After find means "start at the current directory" - is /FTP your current directory? (Type PWD to find your current directory.) If you want everything, replace the . with / or specify another location (like `find /FTP`)
--
Sean Porterfield
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Tuesday, June 02, 2009 16:52
To: Midrange Systems Technical Discussion
Subject: Re: qsh find command -size +20M
Well I pretty much got this to work now
find . -type f -size +20M -exec ls -l {} \; | awk '{ print $9 "," $5 ","
$6"/"$7"/"$8 }' > /rob/bigfiles2.csv
Had to use binary to ftp that down. Ascii looked like gibberish (CCSID=37).
Seems like the first column, which is the directory and the file name, is functioning as a "midstring". IOW I may be missing stuff off of the front and the back. For example, this file /FTP/GDI/EQUIPMENTVENDORS/FROMGDI/GermanyAssyLine/IRT - Walldurn.avi appears as ./GDI/EQUIPMENTVENDORS/FROMGDI/GermanyAssyLine/IRT
The other issue is the sporadic formatting of the dates:
Mar/04/2008
Jun/02/04:44
Rob Berendt
--
Group Dekko Services, LLC
Dept 01.073
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
This email is confidential, intended only for the named recipient(s) above and may contain information that is privileged. If you have received this message in error or are not the named recipient(s), please notify the sender immediately and delete this email message from your computer as any and all unauthorized distribution or use of this message is strictly prohibited. Thank you.
As an Amazon Associate we earn from qualifying purchases.