Search Results

Search: Posts Made By: pimentelgg
8,266
Posted By pimentelgg
works perfectly
Thank you shamrock! I tweaked it a bit for my environment and it works perfectly now. :)
8,266
Posted By pimentelgg
I guess I'd better clarify a bit. Here is...
I guess I'd better clarify a bit.

Here is my current script, it formats the output of the find command:

CSV_OUTFILE="somefile.csv"
find . -name W\* -exec printf "%s,%s,OK" {} `date...
8,266
Posted By pimentelgg
lol, yeah, let me clarify my question. How...
lol, yeah, let me clarify my question.

How can I apply the mv command to a list of find results?
8,266
Posted By pimentelgg
need to move find results
I am looking for files of a certian type and logging them. After they are logged they need to be moved to a different directory. HOw can i incorporate that in my current script?
...
1,839
Posted By pimentelgg
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 ....
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy