Search Results

Search: Posts Made By: AAHinka
1,403
Posted By AAHinka
Hi, i have tried with echo $1 ...
Hi,

i have tried with echo $1



$ cat > tp.ksh
echo $1
for i in `grep $1 | cut -d "/" -f 5 | cut -d" " -f2`
do
fgrep $i $1 | grep 'with value' | cut -d "|" -f 2 3
done

$ tp.ksh...
1,403
Posted By AAHinka
Help on for loop with a parameter
Hi,

need help to pass an paremeter to for loop script



$cat tp.ksh

for i in `grep $1 | cut -d "/" -f 5 | cut -d" " -f2`
do
fgrep $i $1 | grep 'with value' | cut -d "|" -f 2
done
...
1,112
Posted By AAHinka
Help on grep pattern
Hi,

I need help on grep pattern 'Value[4]'



cat test_file.dat

Test Value[4] 345fdg2sdfsfdsf
Test Value[6] 6dfsfdsfsdfsfdsf
Test Value[17] asfdaasdad
Test Value[71] sacsadasda
Test...
1,229
Posted By AAHinka
Thank you, script respone is very fast.
Thank you, script respone is very fast.
1,229
Posted By AAHinka
Printing files in a specific format
Hi,

I have following files in a directory with '.meta' extension, which have data in follwoing patterns. i need to print data from these files in below metioned format. please provide a script...
1,226
Posted By AAHinka
Help with printing advance output format from a file
Hi,


below 'awk' code was given for my thread 'Help with printing output format from a file ' earlier, however script is not resulting expected output with below file content.




cat...
1,335
Posted By AAHinka
Thank you, it worked.... awk...
Thank you, it worked....



awk 'NF>1{s=s (s?";":x) $2; sub(/;$/,x,s)} END{print s}'
1,335
Posted By AAHinka
Help with printing output format from a file
Hi,

I need help in printing data in below format from file extensions with .dml, i have listed details below

file name is test_temp.dml, location in /home/users/test01/test_temp.dml

file...
Showing results 1 to 8 of 8

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