Search Results

Search: Posts Made By: RudiC
3,571
Posted By RudiC
Might work as well: cp -v $(grep -lE...
Might work as well:
cp -v $(grep -lE "([^,]*,){4}V," tmo*) /test/V_files/
3,571
Posted By RudiC
How far would this (untested) get you? awk...
How far would this (untested) get you?

awk -F',' '$5 == "V" {print "cp " FILENAME " /test/V_files/"}' tmo* | sh
Showing results 1 to 2 of 2

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