Search Results

Search: Posts Made By: rcsapo
2,185
Posted By rcsapo
Hi drl, Many thanks for taking the time to...
Hi drl,

Many thanks for taking the time to provide such an extensive answer - the support provided on this forum is really extraordinary. I could not have produced a script like yours with all the...
2,185
Posted By rcsapo
That did the trick! Thanks a huge lot, you've...
That did the trick! Thanks a huge lot, you've just made my life quite a bit easier!
Best, Robert
2,185
Posted By rcsapo
OK, here it comes... awk -F',' ' FNR == 1 ...
OK, here it comes...
awk -F',' '
FNR == 1 {if (NFOK && (OLDFNR == 6)) print "echo cp -v " OLDFN " new_dir/"
NFOK = 1
}
NF != 4 {NFOK = 0
...
2,185
Posted By rcsapo
Dear Rudi, Many thanks for your suggestion....
Dear Rudi,

Many thanks for your suggestion. I'm sure I'm missing something stupid but this prompts the following error message:


I've created the directory new_dir/ within the directory...
2,185
Posted By rcsapo
Select and copy .csv files based on row and column number
Dear UNIX experts,

I'm a command line novice working on a Macintosh computer (Bash shell) and have neither found advice that is pertinent to my problem on the internet nor in this forum.

I have...
Showing results 1 to 5 of 5

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