Search Results

Search: Posts Made By: Bops
3,973
Posted By nezabudka
Hi If there are multiple files should be used ;...
Hi
If there are multiple files should be used ; nextfile instead ; exit
3,973
Posted By MadeInGermany
In awk better print "quotes" around the filenames...
In awk better print "quotes" around the filenames because they become command arguments in sh where unquoted arguments are subject to substitutions.
{print "cp \"" FILENAME "\" /test/V_files/";...
3,973
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 3 of 3

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