Search Results

Search: Posts Made By: ecupirate1998
2,952
Posted By ecupirate1998
help getting records loaded from sqlldr log
Does anyone have the code to look in a slqldr log file and get the total amount of records loaded? If so, could you please post.

Thanks much.
11,104
Posted By ecupirate1998
Cool. Appreciate the help
Cool. Appreciate the help
11,104
Posted By ecupirate1998
Thanks for re-posting. Could you explain how the...
Thanks for re-posting. Could you explain how the parts of that search are working. I mean, it works but would like to learn something here.
11,104
Posted By ecupirate1998
There has to be a way to do this on the command...
There has to be a way to do this on the command line without creating a shell scriopt. Search for a string in all the sub dirs and print out the files and location?
11,104
Posted By ecupirate1998
For example, I would like to find all files...
For example,

I would like to find all files that contain "tim" in the current dir and sub dirs. Show the files on the screen.
11,104
Posted By ecupirate1998
error when trying the example
tried the example and got an error. Do I need to set something up to use this?
error:
grep: illegal option --R
Usage: grep -hblcnsviw pattern file ....
11,104
Posted By ecupirate1998
using grep to find a value in current dir and sub dirs?
Hey guys,

I would like to find all files which contain "client1.dat". I would like to search from the current directory and all subs and print out all the files that have this. Any help would be...
2,120
Posted By ecupirate1998
thanks
Thanks for the reply
2,120
Posted By ecupirate1998
more info
I'm hoping this is a good way to code this. Any comments?

read var < sfgr0031.dat


echo $var

v1=`echo $var | cut -c 1-14`
v2=`echo $var | cut -c 15-22`
v3=`echo $var | cut -c 23-29`
...
3,210
Posted By ecupirate1998
open source for the forum
This is a slick looking forum. Any chance on making the code for the forum open source?
2,120
Posted By ecupirate1998
Setting local vars from a header rec in another file?
Hey guys,

We are going to be receiving files containing header information. This will be 1 line of code in each file containing the following format:
...
23,373
Posted By ecupirate1998
Thanks for the post. Got me running
Thanks for the post. Got me running
23,373
Posted By ecupirate1998
setting file count to a variable
Hey guys. My goal here is to count the number of .dat files in in a directory(28 files). If 28 files exist I am ok. Having trouble doing this. Any help would b e greatly appreciated.
...
Showing results 1 to 13 of 13

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