Search Results

Search: Posts Made By: Santanu2015
1,780
Posted By Santanu2015
Thanks to all of you. What I tried initially was...
Thanks to all of you. What I tried initially was ,

1. grep -o '@' <full file name>
2. grep "@" <full file name> | awk -F 'FS' 'BEGIN{FS="@"}{for (i=1;i<=NF;i++) {printf $i FS}}'

and in sed it...
1,780
Posted By Santanu2015
UNIX Shell Script Help for pattern search
Hi
Need help for below coding scenario.

I have a file with say 4 lines as below.

DEFINE JOB TPT_LOAD_INTO_EMP_DET
( TDPID = @TPT_TDSERVER , USERNAME = @TPT_TDUSER ) ;
( 'DROP TABLE...
Showing results 1 to 2 of 2

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