Search Results

Search: Posts Made By: anoopvraj
4,449
Posted By anoopvraj
Thanks....!!! The second comand is working...
Thanks....!!!
The second comand is working perfectly....
4,449
Posted By anoopvraj
How to print lines till till a pattern is matched in loop
Dear All

I have a file like this

112534554
446538656
444695656
225696966
226569744
228787874
113536566
443533535
222564552
115464656
225445345
225533234

I want to cut the file...
11,988
Posted By anoopvraj
i tried like this while read alpha do ...
i tried like this

while read alpha
do
awk 'substr($0,3,7)<"$alpha"||substr($0,81,7)<"$alpha"'<ecscrfinal >> mkoff.$alpha
awk 'substr($0,3,7)<"$alpha"||substr($0,81,7)<"$alpha"'...
11,988
Posted By anoopvraj
How to awk/sed/grep lines which contains a pattern at a given position
Dear friends

I am new to linux and was trying to split some files userwise in our linux server.

I have a data file of 156 continuous columns named ecscr final.

I want the script to...
Showing results 1 to 4 of 4

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