Yes of course ... there are loads of ways to do this. A bash script is good (separate question IMO). However, the > and >> will still be central. In terms of elegance, your one liner looks cool. BTW >> is very likely the solution because of the find approach. One liners are cool BTW.More
Your welcome. Your second question (alternative code) is worth asking because of the variety of ways it can answered, e.g. a bash for loop, Python subprocessing, Perl one liner are the approaches I can think of.More
Small modification,
If you use
>the output will almost certainly contain a single record.Small modification,
If you use
>the output will almost certainly contain a single record.More
VOTE
VOTE
VOTE
VOTE
VOTE
VOTE