Search Results

Search: Posts Made By: rakesh.su30
9,329
Posted By rakesh.su30
Hi I tried executing the same but the...
Hi

I tried executing the same but the output is not coming as expected

->print 1,2,,,3 | awk -F',*' '{ print $1,$2,$3, "-->", NF }'
1 2 --> 5

Also can you please provide me SED example of...
9,329
Posted By rakesh.su30
Script in SED and AWK so that it treats consecutive delimiters as one
Hi All,

I am trying to cut to do a cut operation, but since there are seems to be more than one deltimiters in some occasion I am not able to get the exact field. Can you please provide an SED and...
1,634
Posted By rakesh.su30
mac "newlines' in the sense that newlines from an...
mac "newlines' in the sense that newlines from an MAC OS.
But the file is sent and received in Unix only..

So I assume that '\' is the escape character and 015 is the new line that we are...
1,634
Posted By rakesh.su30
perl command understanding
Hi All,

Can you please help me interpret the following command. Which I am not able to understand. Also can you please illustrate what it is used for.

perl -pi -e 's/\015//g' text_file.dat
...
Showing results 1 to 4 of 4

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