Search Results

Search: Posts Made By: afahmed
4,404
Posted By afahmed
Hi Scott, After i change the IFS value, it...
Hi Scott,

After i change the IFS value, it is working as i expect it to...

old_IFS=$IFS;
IFS=$'\n';
while read line
do
cat $line | awk '$3 < $D { print $4 }' | sed 's/.\{13\}$//g'...
4,404
Posted By afahmed
Hi scott, Still i face the same problem...
Hi scott,

Still i face the same problem after relpacing 'for' with 'while'.

my input file looks like this
Nov 15 03:06 /export/home/pp_adm/inbound//mco_order_20111115.txt
Nov 15 03:06...
4,404
Posted By afahmed
echo is not working as expected
for i in `cat /export/home/afahmed/Arrvial_time.txt`
do
echo $i
echo $i | awk '$3 < $D { print $4 }' >> dynamic_DF.txt;

done
When i echo, its echo as
Nov
15
02:24...
1,294
Posted By afahmed
Creating Dynamic Input or daa files
Hi,

I got a requirement to automate the process.

We have SLA files, there are some 80 SLA files comes from 1.30pm - 5.30pm.

I was asked to write a script to check for the SLA files in the...
1,282
Posted By afahmed
Automating a process
Could any one tell me , how to start a thread here, i just searching for so long. sorry to post in irrelavent here

---------- Post updated at 08:19 AM ---------- Previous update was at 08:00 AM...
Showing results 1 to 5 of 5

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