Search Results

Search: Posts Made By: senior_ahmed
9,857
Posted By senior_ahmed
dear tony,, I tried gawk but nothing happens,,,...
dear tony,, I tried gawk but nothing happens,,, pls help me urgently....
9,857
Posted By senior_ahmed
awk file size limit
My code is

awk '{

out=split(FILENAME,a,"/")
sub(/\./,"_",a[out])
sub(/\-/,"_",a[out])
NEWSTRING="main_"a[out-1]"_"a[out]"(" # The word we want to insert
gsub(/main\(/,NEWSTRING); ...
1,844
Posted By senior_ahmed
the text file contains the following : ...
the text file contains the following :

<assertions>

<assertion id="1" tag="ref:XSH6TC2:4055:4058">

aio_fsync() shall asynchronously force I/O operations associated
with aio_fildes....
1,844
Posted By senior_ahmed
all what I want to do is to cut a certain text...
all what I want to do is to cut a certain text which is found between FS and RS thats all,,,, so if any one have another way or idea please tell me,, thanks in advance
1,844
Posted By senior_ahmed
problem using awk
Hi there every body
I'm new to shell scripting and there is a problem facing me,, please look at the following piece of code:
awk '

BEGIN{

FS="<assertion id=\1";

RS="<assertion...
Showing results 1 to 5 of 5

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