Search Results

Search: Posts Made By: gerard1
3,608
Posted By gerard1
Glenn, Thanks! 2 more questions: 1. Can...
Glenn,
Thanks! 2 more questions:

1. Can you explain how the wildcard # works in the echo statement>?

2. How can I modify the above code to also include a count of the files that have no...
3,608
Posted By gerard1
lol, thanks. I should have specified that I...
lol, thanks. I should have specified that I wouldn't necessarily know what extensions are in the directory.
3,608
Posted By gerard1
Help with counting files please
Hi all. If I have a unix directory with multiple files, lets say, I have some with .dat extensions, some with .txt extensions, etc etc.

How in a script would I provide a count of all the...
2,620
Posted By gerard1
to the person who suggested grep -l.........huh? ...
to the person who suggested grep -l.........huh? Stil won't work.

OK, yes, I am working with EDI files, and I have Gentran software. So I decided to just write a small script to feed each file...
2,620
Posted By gerard1
Please help with grep
I am having to search for a specific string in multiple files. Problem is that the files contain wrapped data, so each basically has one huge record, and I get the grep error message of max line,...
2,847
Posted By gerard1
File count question..
This will likely be a simple one for you gurus!

I have the following line:

xcount=`ls -1p $process_dir | grep -v '\/' | grep -c "$"`

xcount ends up being a count of the files in the...
16,664
Posted By gerard1
Please help with UNIX while loop...
Hi all. I am trying to execute a while loop that reads a log file containing a file listing, and it compares file sizes, etc.

But I am getting an error that makes it seem like it is not reading...
1,864
Posted By gerard1
Help with ftp script please!
Hi all, I have the following business requirement, and not sure how to proceed...

I have two separate UNIX servers. I will have a script running on one of them that will connect to the other via...
Showing results 1 to 8 of 8

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