![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re-usable function to parse csv files with different number of fields | jy2k7ca | Shell Programming and Scripting | 2 | 03-21-2008 09:53 AM |
| How to parse 2 files simultaneously | Awanka | Shell Programming and Scripting | 8 | 04-12-2007 09:00 PM |
| shell scripts that parse log files | trueman82 | Shell Programming and Scripting | 4 | 11-22-2006 06:09 AM |
| how to delete log files | castlerock | Shell Programming and Scripting | 2 | 03-29-2006 04:42 PM |
| when I try to run rm on multiple files I have problem to delete files with space | umen | UNIX for Dummies Questions & Answers | 1 | 09-20-2005 04:20 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Create CSV from 'find' results
For the CSV file it should have one entry per line looking like this:
pwd/filename,YYYYMMDDhhmmss,OK The date stamp should be from the file properties and OK will be a constant. find . name 'W*' gives me the proper list of files and date +%Y%m%d%H%M%S is the proper date format but I don’t know how to get them combined properly. Please let me know it you’ll be able to help. Thanks! Last edited by pimentelgg; 12-19-2007 at 01:27 PM.. Reason: better explanation, no responses received for initial question |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|