Search Results

Search: Posts Made By: jvander
5,272
Posted By jvander
I changed the echo to echo "" and it works great....
I changed the echo to echo "" and it works great. Thanks VERY much! ;) :)
5,272
Posted By jvander
File concatenation problem
I have written a script to find particular text files created within the last 24 hours and concatenate them all into a single concat.txt file. The problem that I am running into is that the last...
2,008
Posted By jvander
Got it to work using basically your original...
Got it to work using basically your original code:

awk -F"\t" ' { if (NF >= 6 || NF <= 3)
{
print NF "--" $1 $2 $3
}
} '...
2,008
Posted By jvander
Thanks much for the code suggestion - this looks...
Thanks much for the code suggestion - this looks totally straightforward though I'm having trouble getting it to work. I also tried several variations of it, omitting curly brackets and the 'if' -...
2,008
Posted By jvander
How to screen each variable record for right # of fields
Hi,
In a script I have to check that input text files with a variable number of tab delimited fields have at least n fields and no more than m fields. Records are delimited by <CR> and <LF>.

I...
12,257
Posted By jvander
Thanks for the help!
Thanks for the help!
12,257
Posted By jvander
How to direct awk output to expr?
Is there any way to combine the following two statements into one? I can't figure out how to get expr to take input from the output of the awk call - I've tried piping the output of the awk call...
34,954
Posted By jvander
Best way to search files for non-printable characters?
I need to check ftp'd incoming files for characters that are not alphanumeric,<tab>, <cr>, or <lf> characters. Each file would have 10-20,000 line with up to 3,000 characters per line. Should I use...
Showing results 1 to 8 of 8

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