Search Results

Search: Posts Made By: APT_3009
1,299
Posted By APT_3009
Controlling the Number of Child processes
I am trying to implement the below using Ksh script on a Lx machine.

There is a file(input_file) with 100K records. For each of these records, certain script(process_rec) needs to be called with...
3,648
Posted By APT_3009
Scott, This was my first post. So when I did...
Scott,
This was my first post. So when I did not see it I reposted it.
It would be nice if you notify why you are deleting a post.
Thank you for pointing out the reason now.
Hopefully you are...
3,648
Posted By APT_3009
#!/bin/ksh ###finding pattern in multiple log...
#!/bin/ksh
###finding pattern in multiple log files
ll -rt *.log | tr -s "[:space]" " " | cut -d" " -f9 > Logfiles2check
rm -f OutputFile.txt
for each_file in `cat Logfiles2check`
do
awk...
Showing results 1 to 3 of 3

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